Skip to content

Commit

Permalink
Increment version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mkj-is committed Nov 1, 2021
1 parent 7efb30d commit 8c40455
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.3.0"
s.version = "1.4.0"
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ 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.3.0")
.package(url: "https://github.com/futuredapp/FTAPIKit.git", from: "1.4.0")
```

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

```ruby
pod 'FTAPIKit', '~> 1.3'
pod 'FTAPIKit', '~> 1.4'
```

## Features
Expand Down

0 comments on commit 8c40455

Please sign in to comment.