version 1.48

master
Robinson 2023-11-22 22:09:01 +01:00
parent bc5c28ef08
commit 23b9a4f7ff
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
3 changed files with 4 additions and 4 deletions

View File

@ -17,7 +17,7 @@ Maven Info
<dependency>
<groupId>com.dorkbox</groupId>
<artifactId>Utilities</artifactId>
<version>1.47</version>
<version>1.48</version>
</dependency>
</dependencies>
```
@ -27,7 +27,7 @@ Gradle Info
```
dependencies {
...
compile "com.dorkbox:Utilities:1.47"
compile "com.dorkbox:Utilities:1.48"
}
```

View File

@ -35,7 +35,7 @@ object Extras {
// set for the project
const val description = "Utilities for use within Java projects"
const val group = "com.dorkbox"
const val version = "1.47"
const val version = "1.48"
// set as project.ext
const val name = "Utilities"

View File

@ -26,7 +26,7 @@ object Sys {
/**
* Gets the version number.
*/
val version = "1.47"
val version = "1.48"
init {
// Add this project to the updates system, which verifies this class + UUID + version information