Skip to content

Commit 615e28c

Browse files
committed
Preparing for 2.6.1 release.
1 parent 7ebdcc3 commit 615e28c

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Change Log
22
==========
33

4+
Version 2.6.1 *(2021-02-02)*
5+
----------------------------
6+
7+
- Added compliance with Library Evolution Support.
8+
49
Version 2.6.0 *(2021-01-29)*
510
----------------------------
611

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ platform :ios, '11.0'
3131
use_frameworks!
3232
3333
target '<Your Target Name>' do
34-
pod 'Filestack', '~> 2.6.0'
34+
pod 'Filestack', '~> 2.6.1'
3535
end
3636
```
3737

@@ -52,7 +52,7 @@ $ brew install carthage
5252

5353
To integrate Filestack into your Xcode project using Carthage, specify it in your `Cartfile`:
5454

55-
`github "filestack/filestack-ios" ~> 2.6.0`
55+
`github "filestack/filestack-ios" ~> 2.6.1`
5656

5757
Run `carthage update` to build the framework and drag the built `Filestack.framework` into your Xcode project. Additionally, add `Filestack.framework`, `FilestackSDK.framework`, and `Zip.framework` to the embedded frameworks build phase of your app's target.
5858

@@ -64,7 +64,7 @@ Alternatively, if you are adding `Filestack` to your own Swift Package, declare
6464

6565
```swift
6666
dependencies: [
67-
.package(name: "Filestack", url: "https://github.com/filestack/filestack-ios.git", .upToNextMajor(from: "2.6.0"))
67+
.package(name: "Filestack", url: "https://github.com/filestack/filestack-ios.git", .upToNextMajor(from: "2.6.1"))
6868
]
6969
```
7070

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.6.0
1+
2.6.1

0 commit comments

Comments
 (0)