Skip to content

Commit c1f62fe

Browse files
authored
3.1.1 (#665)
1 parent 9e36fbd commit c1f62fe

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+
## [3.1.1]
810

911
### Fixed
1012

@@ -968,3 +970,4 @@ progression. Now if no reading progression is set, the `effectiveReadingProgress
968970
[3.0.2]: https://github.com/readium/kotlin-toolkit/compare/3.0.1...3.0.2
969971
[3.0.3]: https://github.com/readium/kotlin-toolkit/compare/3.0.2...3.0.3
970972
[3.1.0]: https://github.com/readium/kotlin-toolkit/compare/3.0.3...3.1.0
973+
[3.1.1]: https://github.com/readium/kotlin-toolkit/compare/3.1.0...3.1.1

README.md

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

9999
```groovy
100100
buildscript {
101-
ext.readium_version = '3.1.0'
101+
ext.readium_version = '3.1.1'
102102
}
103103
104104
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.1.0
9+
pom.version=3.1.1
1010

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

test-app/build.gradle.kts

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

2121
applicationId = "org.readium.r2reader"
2222

23-
versionName = "3.1.0"
23+
versionName = "3.1.1"
2424
versionCode = 1
2525

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

0 commit comments

Comments
 (0)