Updated version

master Version_1.12
Robinson 2023-07-13 23:18:25 +02:00
parent 72a1b21f3f
commit a531addb90
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
3 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ Maven Info
<dependency>
<groupId>com.dorkbox</groupId>
<artifactId>ByteUtilities</artifactId>
<version>1.11</version>
<version>1.12</version>
</dependency>
</dependencies>
```

View File

@ -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.11"
const val version = "1.12"
// set as project.ext
const val name = "ByteUtilities"

View File

@ -19,7 +19,7 @@ object BytesInfo {
/**
* Gets the version number.
*/
const val version = "1.11"
const val version = "1.12"
init {
// Add this project to the updates system, which verifies this class + UUID + version information