Skip to content

Commit

Permalink
Merge pull request #88 from futuredapp/release/1.2.4
Browse files Browse the repository at this point in the history
Release 1.2.4
  • Loading branch information
mkj-is authored Sep 20, 2021
2 parents 544e732 + e75d47d commit 865c651
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ disabled_rules:
# Type inference of `await try` methods
# does not work well in Xcode 13 Beta
- implicit_return
# Does not work with URL query literals.
- duplicated_key_in_dictionary_literal
excluded:
- Pods
- .build
Expand Down
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.2.3"
s.version = "1.2.4"
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ 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.2.3")
.package(url: "https://github.com/futuredapp/FTAPIKit.git", from: "1.2.4")
```

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

0 comments on commit 865c651

Please sign in to comment.