Skip to content

Commit

Permalink
Post-release updates for 2024a.24 (#154)
Browse files Browse the repository at this point in the history
* Update README.MD for release 2024a.24

* Set version to next snapshot
  • Loading branch information
RomanIakovlev authored Oct 4, 2024
1 parent 89a7150 commit 61059a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Timeshape is published on Maven Central. The coordinates are the following:
<dependency>
<groupId>net.iakovlev</groupId>
<artifactId>timeshape</artifactId>
<version>2024a.23</version>
<version>2024a.24</version>
</dependency>
```

Expand All @@ -38,7 +38,7 @@ but now it's brought back.
Android developers should add Timeshape to the app level gradle.build as follows:

```gradle
implementation('net.iakovlev:timeshape:2024a.23') {
implementation('net.iakovlev:timeshape:2024a.24') {
// Exclude standard compression library
exclude group: 'com.github.luben', module: 'zstd-jni'
}
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import scala.sys.process._
import _root_.io.circe.parser._

val dataVersion = "2024a"
val softwareVersion = "24"
val snapshotRelease = false
val softwareVersion = "25"
val snapshotRelease = true

val releaseType = if (snapshotRelease) "-SNAPSHOT" else ""

Expand Down

0 comments on commit 61059a5

Please sign in to comment.