Skip to content

Commit 2779614

Browse files
Bump to version 1.5.0
1 parent 4658f8f commit 2779614

2 files changed

Lines changed: 3 additions & 3 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.1"
3+
s.version = "1.5.0"
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ 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.1")
23+
.package(url: "https://github.com/futuredapp/FTAPIKit.git", from: "1.5.0")
2424
```
2525

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

2828
```ruby
29-
pod 'FTAPIKit', '~> 1.4'
29+
pod 'FTAPIKit', '~> 1.5'
3030
```
3131

3232
## Features

0 commit comments

Comments
 (0)