From 07a9d2d901697699b356926e2d525b077b050e58 Mon Sep 17 00:00:00 2001 From: Roman Iakovlev Date: Fri, 29 Mar 2024 16:23:34 +0100 Subject: [PATCH] Release 2023b.21 (#134) * Release 2023b.21 * Update readme for release 2023b.21 --- README.MD | 4 ++-- build.sbt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.MD b/README.MD index 5b78247..4b9a968 100644 --- a/README.MD +++ b/README.MD @@ -26,7 +26,7 @@ Timeshape is published on Maven Central. The coordinates are the following: net.iakovlev timeshape - 2023b.20 + 2023b.21 ``` @@ -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' } diff --git a/build.sbt b/build.sbt index ca3e43a..acec099 100644 --- a/build.sbt +++ b/build.sbt @@ -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 ""