diff --git a/README.md b/README.md index bd3edf1..9a6d7e1 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Maven Info com.dorkbox ByteUtilities - 1.14 + 1.15 ``` @@ -21,7 +21,7 @@ Gradle Info ``` dependencies { ... - implementation("com.dorkbox:ByteUtilities:1.14") + implementation("com.dorkbox:ByteUtilities:1.15") } ``` diff --git a/build.gradle.kts b/build.gradle.kts index 9bd760c..050fdd3 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.14" + const val version = "1.15" // set as project.ext const val name = "ByteUtilities" diff --git a/src/dorkbox/bytes/BytesInfo.kt b/src/dorkbox/bytes/BytesInfo.kt index 4d155a4..159fed8 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.14" + const val version = "1.15" init { // Add this project to the updates system, which verifies this class + UUID + version information