Skip to content

Commit

Permalink
Preparing for 2.6.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
rnine committed Jan 29, 2021
1 parent 9ab21a0 commit 539249c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 13 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Change Log
==========

Version 2.6.0 (*TBD*)
Version 2.6.0 *(2021-01-29)*
----------------------------

- Removed dependency on `AlamoFire`.
Expand Down
13 changes: 2 additions & 11 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -1,22 +1,13 @@
{
"object": {
"pins": [
{
"package": "Alamofire",
"repositoryURL": "https://github.com/Alamofire/Alamofire.git",
"state": {
"branch": null,
"revision": "747c8db8d57b68d5e35275f10c92d55f982adbd4",
"version": "4.9.1"
}
},
{
"package": "FilestackSDK",
"repositoryURL": "https://github.com/filestack/filestack-swift",
"state": {
"branch": null,
"revision": "411eb13794f021c8429c5c2de2e0b4ea10de4ecf",
"version": "2.5.2"
"revision": "520d90cfab24882f398c32a6ddfc69fa7e359746",
"version": "2.6.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let package = Package(
),
],
dependencies: [
.package(name: "FilestackSDK", url: "https://github.com/filestack/filestack-swift", .upToNextMajor(from: Version(2, 5, 0))),
.package(name: "FilestackSDK", url: "https://github.com/filestack/filestack-swift", .upToNextMajor(from: Version(2, 6, 0))),
.package(url: "https://github.com/marmelroy/Zip", .upToNextMajor(from: Version(2, 1, 0)))
],
targets: [
Expand Down

0 comments on commit 539249c

Please sign in to comment.