Updated version

This commit is contained in:
Robinson 2023-01-24 13:31:51 +01:00
parent 5fe84f169a
commit b9dafe4c1d
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.6</version>
<version>1.7</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.6"
const val version = "1.7"
// set as project.ext
const val name = "ByteUtilities"

View File

@ -19,5 +19,5 @@ object BytesInfo {
/**
* Gets the version number.
*/
const val version = "1.6"
const val version = "1.7"
}