diff --git a/README.md b/README.md index 61526e8..83b7e41 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ import PackageDescription let package = Package( name: "YOUR_PROJECT_NAME", dependencies: [ - .package(url: "https://github.com/eman6576/SGCircuitBreaker.git", .upToNextMajor(from: "1.1.3")) + .package(url: "https://github.com/eman6576/SGCircuitBreaker.git", .upToNextMajor(from: "1.1.4")) ], targets: [ .target( diff --git a/SGCircuitBreaker.podspec b/SGCircuitBreaker.podspec index 6669390..3861759 100644 --- a/SGCircuitBreaker.podspec +++ b/SGCircuitBreaker.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "SGCircuitBreaker" - s.version = "1.1.3" + s.version = "1.1.4" s.summary = "A Swift implementation of the Circuit Breaker design pattern" s.homepage = "https://github.com/eman6576/SGCircuitBreaker" s.license = { :type => "MIT" }