From 4c561d8a990e380ebde1e8c99aff9df992acb15b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Menu?= Date: Mon, 1 Nov 2021 16:47:54 +0100 Subject: [PATCH] 2.2.0 (#163) --- CHANGELOG.md | 5 ++++- Cartfile.resolved | 2 +- Package.resolved | 4 ++-- R2Shared.podspec | 4 ++-- 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf6169e..a5b2597 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,9 @@ All notable changes to this project will be documented in this file. **Warning:** Features marked as *alpha* may change or be removed in a future release without notice. Use with caution. -## [Unreleased] + + +## [2.2.0] ### Added @@ -143,3 +145,4 @@ All notable changes to this project will be documented in this file. [2.0.0]: https://github.com/readium/r2-shared-swift/compare/2.0.0-beta.2...2.0.0 [2.0.1]: https://github.com/readium/r2-shared-swift/compare/2.0.0...2.0.1 [2.1.0]: https://github.com/readium/r2-shared-swift/compare/2.0.1...2.1.0 +[2.2.0]: https://github.com/readium/r2-shared-swift/compare/2.1.0...2.2.0 diff --git a/Cartfile.resolved b/Cartfile.resolved index 5b57583..5769b71 100644 --- a/Cartfile.resolved +++ b/Cartfile.resolved @@ -1,3 +1,3 @@ github "cezheng/Fuzi" "3.1.3" github "dexman/Minizip" "1.4.0" -github "scinfu/SwiftSoup" "2.3.2" +github "scinfu/SwiftSoup" "2.3.3" diff --git a/Package.resolved b/Package.resolved index e715085..837fc52 100644 --- a/Package.resolved +++ b/Package.resolved @@ -15,8 +15,8 @@ "repositoryURL": "https://github.com/scinfu/SwiftSoup.git", "state": { "branch": null, - "revision": "774dc9c7213085db8aa59595e27c1cd22e428904", - "version": "2.3.2" + "revision": "02c63b7be50bda384f22c56c64d347231754a07e", + "version": "2.3.3" } }, { diff --git a/R2Shared.podspec b/R2Shared.podspec index 5b2a48c..02a2bd1 100644 --- a/R2Shared.podspec +++ b/R2Shared.podspec @@ -1,12 +1,12 @@ Pod::Spec.new do |s| s.name = 'R2Shared' - s.version = '2.1.0' + s.version = '2.2.0' s.license = 'BSD 3-Clause License' s.summary = 'R2 Shared' s.homepage = 'http://readium.github.io' s.author = { "Readium" => "contact@readium.org" } - s.source = { :git => 'https://github.com/readium/r2-shared-swift.git', :branch => 'develop' } + s.source = { :git => 'https://github.com/readium/r2-shared-swift.git', :tag => '2.2.0' } s.exclude_files = ["**/Info*.plist", "r2-shared-swift/Toolkit/Archive/ZIPFoundation.swift"] s.requires_arc = true s.resources = ['r2-shared-swift/Resources/**']