Skip to content
This repository has been archived by the owner on Jul 29, 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 28, 2020
1 parent 4693a19 commit f47ed99
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions 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 Down Expand Up @@ -59,3 +62,5 @@ All notable changes to this project will be documented in this file.

[unreleased]: https://github.com/readium/r2-navigator-kotlin/compare/master...HEAD
[2.0.0-alpha.1]: https://github.com/readium/r2-navigator-kotlin/compare/1.1.6...2.0.0-alpha.1
[2.0.0-alpha.2]: https://github.com/readium/r2-navigator-kotlin/compare/2.0.0-alpha.1...2.0.0-alpha.2

2 changes: 1 addition & 1 deletion r2-navigator/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies {
if (findProject(':r2-shared')) {
implementation project(':r2-shared')
} else {
implementation "com.github.readium:r2-shared-kotlin:2.0.0-alpha.1"
implementation "com.github.readium:r2-shared-kotlin:2.0.0-alpha.2"
}

implementation 'androidx.appcompat:appcompat:1.3.0-alpha01'
Expand Down

0 comments on commit f47ed99

Please sign in to comment.