Skip to content

Commit

Permalink
Preparing for 2.3.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
rnine committed Jul 30, 2020
1 parent e77a841 commit ddf1921
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Change Log
==========

Version 2.3.1 (2020-07-30)
----------------------------

- Bugfix: Ensure `cloudSourceAllowedUTIs` is set when using `Config.builder`.
- Added `with(cloudThumbnailCachePolicy: URLRequest.CachePolicy)` support to `Config.builder`.

Version 2.3 (2020-07-09)
----------------------------

Expand Down
4 changes: 2 additions & 2 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.3'
pod 'Filestack', '~> 2.3.1'
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.3`
`github "filestack/filestack-ios" ~> 2.3.1`

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

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

0 comments on commit ddf1921

Please sign in to comment.