Skip to content

Commit 361d2d4

Browse files
authored
3.0.0-alpha.1 (#450)
1 parent 5dd7818 commit 361d2d4

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.0.0-alpha.1]
810

911
:warning: Please consult [the migration guide](docs/migration-guide.md#300-alpha1) to assist you in handling the breaking changes in this latest major release.
1012

@@ -783,4 +785,5 @@ progression. Now if no reading progression is set, the `effectiveReadingProgress
783785
[2.2.1]: https://github.com/readium/kotlin-toolkit/compare/2.2.0...2.2.1
784786
[2.3.0]: https://github.com/readium/kotlin-toolkit/compare/2.2.1...2.3.0
785787
[2.4.0]: https://github.com/readium/kotlin-toolkit/compare/2.3.0...2.4.0
788+
[3.0.0-alpha.1]: https://github.com/readium/kotlin-toolkit/compare/2.4.0...3.0.0-alpha.1
786789

README.md

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

3333
```groovy
3434
buildscript {
35-
ext.readium_version = '2.4.0'
35+
ext.readium_version = '3.0.0-alpha.1'
3636
}
3737
3838
allprojects {

build.gradle.kts

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

2121
ext {
2222
set("publish.groupId", "org.readium.kotlin-toolkit")
23-
set("publish.version", "2.3.0")
23+
set("publish.version", "3.0.0-alpha.1")
2424
}
2525

2626
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 = "3.0.0-alpha.1"
2323

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

0 commit comments

Comments
 (0)