From 165b8ce2c92790922b095ea7da17366195ba2993 Mon Sep 17 00:00:00 2001 From: Robinson Date: Sun, 2 Jul 2023 20:57:20 +0200 Subject: [PATCH] updated version --- README.md | 2 +- build.gradle.kts | 2 +- src/dorkbox/bytes/BytesInfo.kt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 46492a0..c7d9e28 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Maven Info com.dorkbox ByteUtilities - 1.9 + 1.10 ``` diff --git a/build.gradle.kts b/build.gradle.kts index e5b95a2..d4acab0 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 = "1.9" + const val version = "1.10" // set as project.ext const val name = "ByteUtilities" diff --git a/src/dorkbox/bytes/BytesInfo.kt b/src/dorkbox/bytes/BytesInfo.kt index 443ce5f..61f402e 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 = "1.9" + const val version = "1.10" init { // Add this project to the updates system, which verifies this class + UUID + version information