Skip to content

Commit e5c4c9d

Browse files
authored
2.2.0 (readium#163)
1 parent 61c5e48 commit e5c4c9d

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

shared/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ All notable changes to this project will be documented in this file.
44

55
**Warning:** Features marked as *alpha* may change or be removed in a future release without notice. Use with caution.
66

7-
## [Unreleased]
7+
<!--## [Unreleased]-->
8+
9+
## [2.2.0]
810

911
### Added
1012

@@ -143,3 +145,4 @@ All notable changes to this project will be documented in this file.
143145
[2.0.0]: https://github.com/readium/r2-shared-swift/compare/2.0.0-beta.2...2.0.0
144146
[2.0.1]: https://github.com/readium/r2-shared-swift/compare/2.0.0...2.0.1
145147
[2.1.0]: https://github.com/readium/r2-shared-swift/compare/2.0.1...2.1.0
148+
[2.2.0]: https://github.com/readium/r2-shared-swift/compare/2.1.0...2.2.0

shared/Cartfile.resolved

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
github "cezheng/Fuzi" "3.1.3"
22
github "dexman/Minizip" "1.4.0"
3-
github "scinfu/SwiftSoup" "2.3.2"
3+
github "scinfu/SwiftSoup" "2.3.3"

shared/Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

shared/R2Shared.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Pod::Spec.new do |s|
22

33
s.name = 'R2Shared'
4-
s.version = '2.1.0'
4+
s.version = '2.2.0'
55
s.license = 'BSD 3-Clause License'
66
s.summary = 'R2 Shared'
77
s.homepage = 'http://readium.github.io'
88
s.author = { "Readium" => "[email protected]" }
9-
s.source = { :git => 'https://github.com/readium/r2-shared-swift.git', :branch => 'develop' }
9+
s.source = { :git => 'https://github.com/readium/r2-shared-swift.git', :tag => '2.2.0' }
1010
s.exclude_files = ["**/Info*.plist", "r2-shared-swift/Toolkit/Archive/ZIPFoundation.swift"]
1111
s.requires_arc = true
1212
s.resources = ['r2-shared-swift/Resources/**']

0 commit comments

Comments
 (0)