Skip to content

Commit

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

Version 2.6.2 *(2021-02-03)*
----------------------------

- Updated dependency on `FilestackSDK` to 2.6.1.

Version 2.6.1 *(2021-02-02)*
----------------------------

Expand Down
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/filestack/filestack-swift",
"state": {
"branch": null,
"revision": "d5819a500c1b58179f1fadcea5171260d93e4089",
"version": "2.6.0"
"revision": "6b6a0904dd57b452790c583dd121cd58c482127e",
"version": "2.6.1"
}
},
{
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ platform :ios, '11.0'
use_frameworks!
target '<Your Target Name>' do
pod 'Filestack', '~> 2.6.1'
pod 'Filestack', '~> 2.6.2'
end
```

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

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

`github "filestack/filestack-ios" ~> 2.6.1`
`github "filestack/filestack-ios" ~> 2.6.2`

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.

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

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

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

0 comments on commit 940ab97

Please sign in to comment.