Skip to content

Commit

Permalink
Preparing for 2.6.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
rnine committed Feb 3, 2021
1 parent e38ba1c commit 6b6a090
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Change Log
==========

Version 2.6.1 *(2021-02-03)*
----------------------------
- Removed Objective-C code dependency.

Version 2.6.0 *(2021-01-29)*
----------------------------
- Removed dependency on `AlamoFire`.
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ platform :ios, '11.0'
use_frameworks!

target '<Your Target Name>' do
pod 'FilestackSDK', '~> 2.6.0'
pod 'FilestackSDK', '~> 2.6.1'
end
```

Expand All @@ -57,7 +57,7 @@ $ brew install carthage

To integrate FilestackSDK into your Xcode project using Carthage, specify it in your `Cartfile`:

`github "filestack/filestack-swift" ~> 2.6.0`
`github "filestack/filestack-swift" ~> 2.6.1`

Run `carthage update` to build the framework and drag the built `FilestackSDK.framework` into your Xcode project.

Expand All @@ -69,7 +69,7 @@ Alternatively, if you are adding `FilestackSDK` to your own Swift Package, decla

```swift
dependencies: [
.package(url: "https://github.com/filestack/filestack-swift.git", .upToNextMajor(from: "2.6.0"))
.package(url: "https://github.com/filestack/filestack-swift.git", .upToNextMajor(from: "2.6.1"))
]
```

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.6.0
2.6.1

0 comments on commit 6b6a090

Please sign in to comment.