Skip to content

Commit

Permalink
Updating CHANGELOG.md, README.md & VERSION for 2.2.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
rnine committed Jan 16, 2020
1 parent d0f98e8 commit 6fee0c0
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 7 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.2.1 (2020-01-16)
----------------------------

- Updated Cocoapod and Carthage dependency on `FilestackSDK` to `~> 2.2.1`.

Version 2.2 *(2019-09-18)*
----------------------------

Expand Down
6 changes: 3 additions & 3 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github "Alamofire/Alamofire" "4.9.0"
github "Alamofire/Alamofire" "4.9.1"
github "SVProgressHUD/SVProgressHUD" "2.2.5"
github "ZipArchive/ZipArchive" "v2.2.2"
github "filestack/filestack-swift" "a6000c1404d87e4f8d8425957830fe15e1c157c0"
github "krzyzanowskim/CryptoSwift" "1.0.0"
github "filestack/filestack-swift" "3f42e979081066282e554d76fd545d0a3f745706"
github "krzyzanowskim/CryptoSwift" "1.3.0"
2 changes: 1 addition & 1 deletion Filestack.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Pod::Spec.new do |spec|
spec.resources = ["Filestack/UI/Storyboards/*.storyboard", "Filestack/Resources/*.xcassets"]

spec.dependency 'Alamofire', '~> 4.9'
spec.dependency 'FilestackSDK', '~> 2.2'
spec.dependency 'FilestackSDK', '~> 2.2.1'
spec.dependency 'SSZipArchive', '2.2.2'
spec.dependency 'SVProgressHUD', '~> 2.2'
end
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.2'
pod 'Filestack', '~> 2.2.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.2`
`github "filestack/filestack-ios" ~> 2.2.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`, `CryptoSwift.framework`, `SVProgressHUD.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.2
2.2.1

0 comments on commit 6fee0c0

Please sign in to comment.