Skip to content

Commit d9f5d8f

Browse files
committed
2.4.1
1 parent 157b218 commit d9f5d8f

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

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. Take a look
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.4.1]
810

911
### Added
1012

@@ -705,4 +707,5 @@ progression. Now if no reading progression is set, the `effectiveReadingProgress
705707
[2.2.1]: https://github.com/readium/kotlin-toolkit/compare/2.2.0...2.2.1
706708
[2.3.0]: https://github.com/readium/kotlin-toolkit/compare/2.2.1...2.3.0
707709
[2.4.0]: https://github.com/readium/kotlin-toolkit/compare/2.3.0...2.4.0
710+
[2.4.1]: https://github.com/readium/kotlin-toolkit/compare/2.4.0...2.4.1
708711

README.md

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

3030
```groovy
3131
buildscript {
32-
ext.readium_version = '2.4.0'
32+
ext.readium_version = '2.4.1'
3333
}
3434
3535
allprojects {

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ apply(from = "$rootDir/scripts/publish-root.gradle")
1919

2020
ext {
2121
set("publish.groupId", "org.readium.kotlin-toolkit")
22-
set("publish.version", "2.3.0")
22+
set("publish.version", "2.4.1")
2323
}
2424

2525
subprojects {

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 = "2.4.0"
22+
versionName = "2.4.1"
2323

2424
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2525
ndk.abiFilters.add("armeabi-v7a")

0 commit comments

Comments
 (0)