Skip to content

Commit

Permalink
Merge pull request #60 from futuredapp/release/v1.1.2
Browse files Browse the repository at this point in the history
Release v1.1.2
  • Loading branch information
mkj-is authored Nov 18, 2020
2 parents 2a0b09c + 06b03e8 commit 273e0ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FTAPIKit.podspec
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`:
Expand Down

0 comments on commit 273e0ae

Please sign in to comment.