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

Commit

Permalink
2.0.0 (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
mickael-menu authored Apr 22, 2021
1 parent 2309e8a commit 7b36464
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ All notable changes to this project will be documented in this file.

**Warning:** Features marked as *experimental* may change or be removed in a future release without notice. Use with caution.

## [Unreleased]
<!--## [Unreleased]-->

## [2.0.0]

### Added

Expand Down Expand Up @@ -90,4 +92,5 @@ server.loadCustomResource(assets.open("scripts/highlight.js"), "highlight.js", I
[2.0.0-alpha.2]: https://github.com/readium/r2-streamer-kotlin/compare/2.0.0-alpha.1...2.0.0-alpha.2
[2.0.0-beta.1]: https://github.com/readium/r2-streamer-kotlin/compare/2.0.0-alpha.2...2.0.0-beta.1
[2.0.0-beta.2]: https://github.com/readium/r2-streamer-kotlin/compare/2.0.0-beta.1...2.0.0-beta.2
[2.0.0]: https://github.com/readium/r2-streamer-kotlin/compare/2.0.0-beta.2...2.0.0

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

final JACKSON_VERSION = '2.12.1'
Expand Down

0 comments on commit 7b36464

Please sign in to comment.