Skip to content

Commit

Permalink
Merge pull request #97 from futuredapp/release/1.4.1
Browse files Browse the repository at this point in the history
Increase version to 1.4.1
  • Loading branch information
mkj-is authored Nov 8, 2021
2 parents 6f6c812 + cd8be63 commit 3d25c92
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.4.0"
s.version = "1.4.1"
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 @@ -20,7 +20,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.4.0")
.package(url: "https://github.com/futuredapp/FTAPIKit.git", from: "1.4.1")
```

When using CocoaPods add following line to your `Podfile`:
Expand Down

0 comments on commit 3d25c92

Please sign in to comment.