Skip to content
This repository was archived by the owner on Aug 12, 2022. It is now read-only.

Commit db2ed2b

Browse files
committed
Bump version to 2.0.0-beta.1
1 parent 1cfe8f8 commit db2ed2b

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ All notable changes to this project will be documented in this file.
77

88
## [Unreleased]
99

10+
## [2.0.0-beta.1]
11+
1012
### Fixed
1113

1214
* EPUBs declaring multiple languages were laid out from right to left if the first language had an RTL reading
@@ -57,3 +59,4 @@ progression. Now if no reading progression is set, the `effectiveReadingProgress
5759
[unreleased]: https://github.com/readium/r2-navigator-swift/compare/master...HEAD
5860
[2.0.0-alpha.1]: https://github.com/readium/r2-navigator-swift/compare/1.2.6...2.0.0-alpha.1
5961
[2.0.0-alpha.2]: https://github.com/readium/r2-navigator-swift/compare/2.0.0-alpha.1...2.0.0-alpha.2
62+
[2.0.0-beta.1]: https://github.com/readium/r2-navigator-swift/compare/2.0.0-alpha.2...2.0.0-beta.1

Cartfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
github "readium/r2-shared-swift" "develop"
1+
github "readium/r2-shared-swift" == 2.0.0-beta.1
22
github "scinfu/SwiftSoup" == 2.3.2

Cartfile.resolved

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
github "cezheng/Fuzi" "3.1.2"
22
github "dexman/Minizip" "1.4.0"
3-
github "readium/r2-shared-swift" "4ee1ebc0ff1b17156090c22f757017150f51bfac"
3+
github "readium/r2-shared-swift" "2.0.0-beta.1"
44
github "scinfu/SwiftSoup" "2.3.2"

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.0.0-alpha.2"
4+
s.version = "2.0.0-beta.1"
55
s.license = "BSD 3-Clause License"
66
s.summary = "R2 Navigator"
77
s.homepage = "http://readium.github.io"
88
s.author = { "Aferdita Muriqi" => "aferdita.muriqi@gmail.com" }
9-
s.source = { :git => "https://github.com/readium/r2-navigator-swift.git", :tag => "2.0.0-alpha.2" }
9+
s.source = { :git => "https://github.com/readium/r2-navigator-swift.git", :tag => "2.0.0-beta.1" }
1010
s.exclude_files = ["**/Info*.plist"]
1111
s.requires_arc = true
1212
s.resources = ['r2-navigator-swift/Resources/**', 'r2-navigator-swift/EPUB/Resources/**']

0 commit comments

Comments
 (0)