File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,9 @@ All notable changes to this project will be documented in this file.
44
55** Warning:** Features marked as * experimental* may change or be removed in a future release without notice. Use with caution.
66
7- ## [ Unreleased]
7+ <!-- ## [Unreleased] -->
8+
9+ ## [ 2.0.0]
810
911### Fixed
1012
@@ -95,4 +97,5 @@ All notable changes to this project will be documented in this file.
9597[ 2.0.0-alpha.2 ] : https://github.com/readium/r2-lcp-kotlin/compare/2.0.0-alpha.1...2.0.0-alpha.2
9698[ 2.0.0-beta.1 ] : https://github.com/readium/r2-lcp-kotlin/compare/2.0.0-alpha.2...2.0.0-beta.1
9799[ 2.0.0-beta.2 ] : https://github.com/readium/r2-lcp-kotlin/compare/2.0.0-beta.1...2.0.0-beta.2
100+ [ 2.0.0 ] : https://github.com/readium/r2-lcp-kotlin/compare/2.0.0-beta.2...2.0.0
98101
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ dependencies {
4343 if (findProject(' :r2-shared' )) {
4444 implementation project(' :r2-shared' )
4545 } else {
46- implementation " com.github.readium:r2-shared-kotlin:2.0.0-beta.2 "
46+ implementation " com.github.readium:r2-shared-kotlin:2.0.0"
4747 }
4848
4949
You can’t perform that action at this time.
0 commit comments