Skip to content

Commit cd8be63

Browse files
committed
Increase version to 1.4.1
1 parent 6f6c812 commit cd8be63

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

FTAPIKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "FTAPIKit"
3-
s.version = "1.4.0"
3+
s.version = "1.4.1"
44
s.summary = "Declarative, generic and protocol-oriented REST API framework using URLSession and Codable"
55
s.description = <<-DESC
66
Protocol-oriented framework for communication with REST APIs.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ When using Swift package manager install using Xcode 11+
2020
or add following line to your dependencies:
2121

2222
```swift
23-
.package(url: "https://github.com/futuredapp/FTAPIKit.git", from: "1.4.0")
23+
.package(url: "https://github.com/futuredapp/FTAPIKit.git", from: "1.4.1")
2424
```
2525

2626
When using CocoaPods add following line to your `Podfile`:

0 commit comments

Comments
 (0)