Updated version

master Version_1.9
Robinson 2023-07-02 11:27:58 +02:00
parent bac0132f0d
commit 294fe913b8
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -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"