diff --git a/CHANGELOG.md b/CHANGELOG.md index e2532b93..37d457e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ All notable changes to this project will be documented in this file. ## [Unreleased] + +## [2.0.0-alpha.2] + ### Added * Support for the new `Publication` model using the [Content Protection](https://readium.org/architecture/proposals/006-content-protection) for DRM rights and the [Fetcher](https://readium.org/architecture/proposals/002-composite-fetcher-api) for resource access. @@ -19,7 +22,8 @@ All notable changes to this project will be documented in this file. * Fix weird scrolling behavior when double tapping on the edges to turn pages. * Don't send intermediate incorrect locators when loading a pending locator. * Optimize positions calculation for LCP protected PDF. - + + ## [2.0.0-alpha.1] ### Added @@ -46,3 +50,4 @@ All notable changes to this project will be documented in this file. [unreleased]: https://github.com/readium/r2-navigator-swift/compare/master...HEAD [2.0.0-alpha.1]: https://github.com/readium/r2-navigator-swift/compare/1.2.6...2.0.0-alpha.1 +[2.0.0-alpha.2]: https://github.com/readium/r2-navigator-swift/compare/2.0.0-alpha.1...2.0.0-alpha.2 diff --git a/Cartfile b/Cartfile index c853e85d..e7433968 100755 --- a/Cartfile +++ b/Cartfile @@ -1,2 +1,2 @@ -github "readium/r2-shared-swift" "develop" +github "readium/r2-shared-swift" == 2.0.0-alpha.2 github "scinfu/SwiftSoup" == 2.3.2 diff --git a/Cartfile.resolved b/Cartfile.resolved index 9d99559a..5f376278 100644 --- a/Cartfile.resolved +++ b/Cartfile.resolved @@ -1,4 +1,4 @@ github "cezheng/Fuzi" "3.1.2" github "dexman/Minizip" "1.4.0" -github "readium/r2-shared-swift" "ef446a7ab96910ab78381841465c5d104310b87e" +github "readium/r2-shared-swift" "2.0.0-alpha.2" github "scinfu/SwiftSoup" "2.3.2" diff --git a/R2Navigator.podspec b/R2Navigator.podspec index b64d302c..c6eaa52c 100644 --- a/R2Navigator.podspec +++ b/R2Navigator.podspec @@ -1,12 +1,12 @@ Pod::Spec.new do |s| s.name = "R2Navigator" - s.version = "2.0.0-alpha.1" + s.version = "2.0.0-alpha.2" s.license = "BSD 3-Clause License" s.summary = "R2 Navigator" s.homepage = "http://readium.github.io" s.author = { "Aferdita Muriqi" => "aferdita.muriqi@gmail.com" } - s.source = { :git => "https://github.com/readium/r2-navigator-swift.git", :tag => "2.0.0-alpha.1" } + s.source = { :git => "https://github.com/readium/r2-navigator-swift.git", :tag => "2.0.0-alpha.2" } s.exclude_files = ["**/Info*.plist"] s.requires_arc = true s.resources = ['r2-navigator-swift/Resources/**', 'r2-navigator-swift/EPUB/Resources/**']