Skip to content

Commit 336331d

Browse files
authored
Merge pull request #71 from futuredapp/release/v1.2.3
Release 1.2.3
2 parents 4e5ff30 + f1834de commit 336331d

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.2"
3+
s.version = "1.2.3"
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.2")
19+
.package(url: "https://github.com/futuredapp/FTAPIKit.git", from: "1.2.3")
2020
```
2121

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

0 commit comments

Comments
 (0)