From 940ab9727d332ab3f86f393b7a8485ad92f96955 Mon Sep 17 00:00:00 2001 From: Ruben Nine Date: Wed, 3 Feb 2021 14:12:58 +0100 Subject: [PATCH] Preparing for 2.6.2 release. --- CHANGELOG.md | 5 +++++ Package.resolved | 4 ++-- README.md | 6 +++--- VERSION | 2 +- 4 files changed, 11 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27e7a0dd..73dbadb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)* ---------------------------- diff --git a/Package.resolved b/Package.resolved index d6e528f4..833c2abc 100644 --- a/Package.resolved +++ b/Package.resolved @@ -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" } }, { diff --git a/README.md b/README.md index a5f3ee3b..fe465e25 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ platform :ios, '11.0' use_frameworks! target '' do - pod 'Filestack', '~> 2.6.1' + pod 'Filestack', '~> 2.6.2' end ``` @@ -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. @@ -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")) ] ``` diff --git a/VERSION b/VERSION index 6a6a3d8e..097a15a2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.6.1 +2.6.2