diff --git a/FTAPIKit.podspec b/FTAPIKit.podspec index 798df99..da57b4c 100644 --- a/FTAPIKit.podspec +++ b/FTAPIKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "FTAPIKit" - s.version = "1.1.1" + s.version = "1.1.2" s.summary = "Declarative, generic and protocol-oriented REST API framework using URLSession and Codable" s.description = <<-DESC Protocol-oriented framework for communication with REST APIs. diff --git a/README.md b/README.md index d23420c..c69cdd9 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ When using Swift package manager install using Xcode 11+ or add following line to your dependencies: ```swift -.package(url: "https://github.com/futuredapp/FTAPIKit.git", from: "1.1.1") +.package(url: "https://github.com/futuredapp/FTAPIKit.git", from: "1.1.2") ``` When using CocoaPods add following line to your `Podfile`: