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 5483d51 commit eaf2d1c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 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

* [Streamer API](https://readium.org/architecture/proposals/005-streamer-api) offers a simple interface to parse a publication and replace standalone parsers.
Expand All @@ -21,6 +24,7 @@ All notable changes to this project will be documented in this file.
* Readium can now open PDF documents of any size without crashing. However, LCP protected PDFs are still limited by the available memory.
* Various HTTP server fixes and optimizations.


## [2.0.0-alpha.1]

### Added
Expand Down Expand Up @@ -56,3 +60,5 @@ server.loadCustomResource(assets.open("scripts/highlight.js"), "highlight.js", I

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

2 changes: 1 addition & 1 deletion r2-streamer/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.1"
implementation "com.github.readium:r2-shared-kotlin:2.0.0-alpha.2"
}

//AM NOTE: conflicting support libraries, excluding these
Expand Down

0 comments on commit eaf2d1c

Please sign in to comment.