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

Commit

Permalink
Bump version to 2.0.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mickael-menu committed Oct 27, 2020
1 parent e658b69 commit 3aff34e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -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"
4 changes: 2 additions & 2 deletions R2Navigator.podspec
Original file line number Diff line number Diff line change
@@ -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/**']
Expand Down

0 comments on commit 3aff34e

Please sign in to comment.