Skip to content

Commit 0d6efa0

Browse files
authored
3.0.0-beta.1 (#515)
1 parent 5ac1b6d commit 0d6efa0

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-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.0-beta.1]
810

911
### Deprecated
1012

@@ -843,4 +845,5 @@ progression. Now if no reading progression is set, the `effectiveReadingProgress
843845
[2.4.1]: https://github.com/readium/kotlin-toolkit/compare/2.4.0...2.4.1
844846
[3.0.0-alpha.1]: https://github.com/readium/kotlin-toolkit/compare/2.4.1...3.0.0-alpha.1
845847
[3.0.0-alpha.2]: https://github.com/readium/kotlin-toolkit/compare/3.0.0-alpha.1...3.0.0-alpha.2
848+
[3.0.0-beta.1]: https://github.com/readium/kotlin-toolkit/compare/3.0.0-alpha.2...3.0.0-beta.1
846849

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.0-alpha.2'
24+
ext.readium_version = '3.0.0-beta.1'
2525
}
2626
2727
allprojects {

docs/migration-guide.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
All migration steps necessary in reading apps to upgrade to major versions of the Kotlin Readium toolkit will be documented in this file.
44

5-
## Unreleased
5+
<!-- ## Unreleased -->
6+
7+
## 3.0.0-beta.1
68

79
### Core library desugaring
810

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.0-alpha.2
9+
pom.version=3.0.0-beta.1
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.0-alpha.2"
22+
versionName = "3.0.0-beta.1"
2323
versionCode = 300000
2424

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

0 commit comments

Comments
 (0)