Skip to content

Commit 89da63c

Browse files
authored
3.0.2 (#594)
1 parent 0fa652c commit 89da63c

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
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+
## [3.0.2]
810

911
### Fixed
1012

@@ -913,4 +915,5 @@ progression. Now if no reading progression is set, the `effectiveReadingProgress
913915
[3.0.0-beta.2]: https://github.com/readium/kotlin-toolkit/compare/3.0.0-beta.1...3.0.0-beta.2
914916
[3.0.0]: https://github.com/readium/kotlin-toolkit/compare/3.0.0-beta.2...3.0.0
915917
[3.0.1]: https://github.com/readium/kotlin-toolkit/compare/3.0.0...3.0.1
918+
[3.0.2]: https://github.com/readium/kotlin-toolkit/compare/3.0.1...3.0.2
916919

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.1'
24+
ext.readium_version = '3.0.2'
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.1
9+
pom.version=3.0.2
1010

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

test-app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ android {
1919

2020
applicationId = "org.readium.r2reader"
2121

22-
versionName = "3.0.1"
23-
versionCode = 300001
22+
versionName = "3.0.2"
23+
versionCode = 1
2424

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

0 commit comments

Comments
 (0)