Skip to content

Commit 3db8e94

Browse files
committed
Increase version to 1.2.2
1 parent 7e6ef78 commit 3db8e94

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.2.1"
3+
s.version = "1.2.2"
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
@@ -16,7 +16,7 @@ When using Swift package manager install using Xcode 11+
1616
or add following line to your dependencies:
1717

1818
```swift
19-
.package(url: "https://github.com/futuredapp/FTAPIKit.git", from: "1.2.1")
19+
.package(url: "https://github.com/futuredapp/FTAPIKit.git", from: "1.2.2")
2020
```
2121

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

0 commit comments

Comments
 (0)