Skip to content

Commit

Permalink
3.0.3 (#605)
Browse files Browse the repository at this point in the history
  • Loading branch information
qnga authored Jan 8, 2025
1 parent 32b5864 commit 37c75aa
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ All notable changes to this project will be documented in this file. Take a look

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

## [3.0.3]

### Fixed

* Fixed `IllegalArgumentException` when trying to decrypt the end of a `CbcLcpResource`.


#### LCP

## [3.0.2]

### Fixed
Expand Down Expand Up @@ -916,4 +925,4 @@ progression. Now if no reading progression is set, the `effectiveReadingProgress
[3.0.0]: https://github.com/readium/kotlin-toolkit/compare/3.0.0-beta.2...3.0.0
[3.0.1]: https://github.com/readium/kotlin-toolkit/compare/3.0.0...3.0.1
[3.0.2]: https://github.com/readium/kotlin-toolkit/compare/3.0.1...3.0.2

[3.0.3]: https://github.com/readium/kotlin-toolkit/compare/3.0.2...3.0.3
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Readium modules are distributed with [Maven Central](https://search.maven.org/se

```groovy
buildscript {
ext.readium_version = '3.0.2'
ext.readium_version = '3.0.3'
}
allprojects {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# http://www.gradle.org/docs/current/userguide/build_environment.html

pom.groupId=org.readium.kotlin-toolkit
pom.version=3.0.2
pom.version=3.0.3

android.minSdk=21
android.compileSdk=34
Expand Down
2 changes: 1 addition & 1 deletion test-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ android {

applicationId = "org.readium.r2reader"

versionName = "3.0.2"
versionName = "3.0.3"
versionCode = 1

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand Down

0 comments on commit 37c75aa

Please sign in to comment.