From b0b33811b3601eec66b996f742bcb8d7ea1afc6e Mon Sep 17 00:00:00 2001 From: Robinson Date: Thu, 16 Nov 2023 12:09:47 +0100 Subject: [PATCH] version 2.1 --- README.md | 4 ++-- build.gradle.kts | 2 +- src/dorkbox/bytes/BytesInfo.kt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a0c5d6c..90f778c 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Maven Info com.dorkbox ByteUtilities - 2.0 + 2.1 ``` @@ -21,7 +21,7 @@ Gradle Info ``` dependencies { ... - implementation("com.dorkbox:ByteUtilities:2.0") + implementation("com.dorkbox:ByteUtilities:2.1") } ``` diff --git a/build.gradle.kts b/build.gradle.kts index 6c05d6a..b3d61f2 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -36,7 +36,7 @@ object Extras { // set for the project const val description = "Byte manipulation and SHA/xxHash utilities" const val group = "com.dorkbox" - const val version = "2.0" + const val version = "2.1" // set as project.ext const val name = "ByteUtilities" diff --git a/src/dorkbox/bytes/BytesInfo.kt b/src/dorkbox/bytes/BytesInfo.kt index 0311ed0..8a795bd 100644 --- a/src/dorkbox/bytes/BytesInfo.kt +++ b/src/dorkbox/bytes/BytesInfo.kt @@ -19,7 +19,7 @@ object BytesInfo { /** * Gets the version number. */ - const val version = "2.0" + const val version = "2.1" init { // Add this project to the updates system, which verifies this class + UUID + version information