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-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mickael-menu committed Dec 23, 2020
1 parent 3cf0516 commit 8a873e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [2.0.0-beta.1]

### Added

* Support for [display cutouts](https://developer.android.com/guide/topics/display-cutout) (screen notches).
Expand Down Expand Up @@ -87,4 +89,5 @@ progression. Now if no reading progression is set, the `effectiveReadingProgress
[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.0.0-beta.1]: https://github.com/readium/r2-navigator-kotlin/compare/2.0.0-alpha.2...2.0.0-beta.1

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

implementation "androidx.activity:activity-ktx:1.1.0"
Expand Down

0 comments on commit 8a873e9

Please sign in to comment.