From 294fe913b8a006d35c39de74073794bfd4d989a6 Mon Sep 17 00:00:00 2001 From: Robinson Date: Sun, 2 Jul 2023 11:27:58 +0200 Subject: [PATCH] Updated version --- README.md | 2 +- build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ac4bf14..46492a0 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Maven Info com.dorkbox ByteUtilities - 1.8 + 1.9 ``` diff --git a/build.gradle.kts b/build.gradle.kts index cefbd68..03c2bbb 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 Unsigned Number Utilities" const val group = "com.dorkbox" - const val version = "1.8" + const val version = "1.9" // set as project.ext const val name = "ByteUtilities"