Skip to content

Commit

Permalink
Release 2023b.21 (#134)
Browse files Browse the repository at this point in the history
* Release 2023b.21

* Update readme for release 2023b.21
  • Loading branch information
RomanIakovlev committed Mar 29, 2024
1 parent defd7be commit 07a9d2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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>2023b.20</version>
<version>2023b.21</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:2023b.20') {
implementation('net.iakovlev:timeshape:2023b.21') {
// Exclude standard compression library
exclude group: 'com.github.luben', module: 'zstd-jni'
}
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import _root_.io.circe.parser._

val dataVersion = "2023b"
val softwareVersion = "21"
val snapshotRelease = true
val snapshotRelease = false

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

Expand Down

0 comments on commit 07a9d2d

Please sign in to comment.