Skip to content

Commit 8485423

Browse files
authored
2.0.0 (#109)
1 parent 46f4c63 commit 8485423

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

readium/lcp/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

readium/lcp/r2-lcp/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)