Skip to content

Commit

Permalink
3.0.0-beta.1 (readium#515)
Browse files Browse the repository at this point in the history
  • Loading branch information
mickael-menu authored May 14, 2024
1 parent 5ac1b6d commit 0d6efa0
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ All notable changes to this project will be documented in this file. Take a look

**Warning:** Features marked as *experimental* may change or be removed in a future release without notice. Use with caution.

## [Unreleased]
<!-- ## [Unreleased] -->

## [3.0.0-beta.1]

### Deprecated

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

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Readium modules are distributed with [Maven Central](https://search.maven.org/se

```groovy
buildscript {
ext.readium_version = '3.0.0-alpha.2'
ext.readium_version = '3.0.0-beta.1'
}
allprojects {
Expand Down
4 changes: 3 additions & 1 deletion docs/migration-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

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

## Unreleased
<!-- ## Unreleased -->

## 3.0.0-beta.1

### Core library desugaring

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# http://www.gradle.org/docs/current/userguide/build_environment.html

pom.groupId=org.readium.kotlin-toolkit
pom.version=3.0.0-alpha.2
pom.version=3.0.0-beta.1

android.minSdk=21
android.compileSdk=34
Expand Down
2 changes: 1 addition & 1 deletion test-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ android {

applicationId = "org.readium.r2reader"

versionName = "3.0.0-alpha.2"
versionName = "3.0.0-beta.1"
versionCode = 300000

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand Down

0 comments on commit 0d6efa0

Please sign in to comment.