Skip to content

Commit 28daa50

Browse files
authored
2.2.0 (readium#210)
Former-commit-id: c395277
1 parent 9e63ad8 commit 28daa50

File tree

6 files changed

+24
-12
lines changed

6 files changed

+24
-12
lines changed

navigator/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
55
**Warning:** Features marked as *alpha* may change or be removed in a future release without notice. Use with
66
*caution.
77

8-
## [Unreleased]
8+
<!--## [Unreleased]-->
9+
10+
## [2.2.0]
911

1012
### Added
1113

@@ -135,3 +137,4 @@ progression. Now if no reading progression is set, the `effectiveReadingProgress
135137
[2.0.0-beta.2]: https://github.com/readium/r2-navigator-swift/compare/2.0.0-beta.1...2.0.0-beta.2
136138
[2.0.0]: https://github.com/readium/r2-navigator-swift/compare/2.0.0-beta.2...2.0.0
137139
[2.1.0]: https://github.com/readium/r2-navigator-swift/compare/2.0.0...2.1.0
140+
[2.2.0]: https://github.com/readium/r2-navigator-swift/compare/2.1.0...2.2.0

navigator/Cartfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
github "ra1028/DifferenceKit" ~> 1.2.0
2-
github "readium/r2-shared-swift" "develop"
2+
github "readium/r2-shared-swift" ~> 2.2.0
33
github "scinfu/SwiftSoup" ~> 2.3.2

navigator/Cartfile.resolved

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
github "cezheng/Fuzi" "3.1.3"
22
github "dexman/Minizip" "1.4.0"
33
github "ra1028/DifferenceKit" "1.2.0"
4-
github "readium/r2-shared-swift" "7c66c3b7eb8711946b4fca4a1cce8f5ae0bc6bfe"
5-
github "scinfu/SwiftSoup" "2.3.2"
4+
github "readium/r2-shared-swift" "2.2.0"
5+
github "scinfu/SwiftSoup" "2.3.3"

navigator/Package.resolved

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

navigator/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ let package = Package(
1919
],
2020
dependencies: [
2121
.package(url: "https://github.com/ra1028/DifferenceKit.git", from: "1.2.0"),
22-
.package(url: "https://github.com/readium/r2-shared-swift.git", .branch("develop")),
22+
.package(url: "https://github.com/readium/r2-shared-swift.git", from: "2.2.0"),
2323
.package(url: "https://github.com/scinfu/SwiftSoup.git", from: "2.3.2"),
2424
],
2525
targets: [

navigator/R2Navigator.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 = "R2Navigator"
4-
s.version = "2.1.0"
4+
s.version = "2.2.0"
55
s.license = "BSD 3-Clause License"
66
s.summary = "R2 Navigator"
77
s.homepage = "http://readium.github.io"
88
s.author = { "Readium" => "[email protected]" }
9-
s.source = { :git => "https://github.com/readium/r2-navigator-swift.git", :branch => "fix/js-ios12" }
9+
s.source = { :git => "https://github.com/readium/r2-navigator-swift.git", :tag => "2.2.0" }
1010
s.exclude_files = ["**/Info*.plist"]
1111
s.requires_arc = true
1212
s.resources = ['r2-navigator-swift/Resources/**', 'r2-navigator-swift/EPUB/Assets']

0 commit comments

Comments
 (0)