Skip to content

Commit 37c75aa

Browse files
authored
3.0.3 (#605)
1 parent 32b5864 commit 37c75aa

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ All notable changes to this project will be documented in this file. Take a look
66

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

9+
## [3.0.3]
10+
11+
### Fixed
12+
13+
* Fixed `IllegalArgumentException` when trying to decrypt the end of a `CbcLcpResource`.
14+
15+
16+
#### LCP
17+
918
## [3.0.2]
1019

1120
### Fixed
@@ -916,4 +925,4 @@ progression. Now if no reading progression is set, the `effectiveReadingProgress
916925
[3.0.0]: https://github.com/readium/kotlin-toolkit/compare/3.0.0-beta.2...3.0.0
917926
[3.0.1]: https://github.com/readium/kotlin-toolkit/compare/3.0.0...3.0.1
918927
[3.0.2]: https://github.com/readium/kotlin-toolkit/compare/3.0.1...3.0.2
919-
928+
[3.0.3]: https://github.com/readium/kotlin-toolkit/compare/3.0.2...3.0.3

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Readium modules are distributed with [Maven Central](https://search.maven.org/se
2121

2222
```groovy
2323
buildscript {
24-
ext.readium_version = '3.0.2'
24+
ext.readium_version = '3.0.3'
2525
}
2626
2727
allprojects {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# http://www.gradle.org/docs/current/userguide/build_environment.html
77

88
pom.groupId=org.readium.kotlin-toolkit
9-
pom.version=3.0.2
9+
pom.version=3.0.3
1010

1111
android.minSdk=21
1212
android.compileSdk=34

test-app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ android {
1919

2020
applicationId = "org.readium.r2reader"
2121

22-
versionName = "3.0.2"
22+
versionName = "3.0.3"
2323
versionCode = 1
2424

2525
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

0 commit comments

Comments
 (0)