version 1.10

master Version_1.10
Robinson 2023-09-07 18:11:30 +02:00
parent db5201e6c4
commit c942328293
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
2 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ Maven Info
<dependency>
<groupId>com.dorkbox</groupId>
<artifactId>Storage</artifactId>
<version>1.9</version>
<version>1.10</version>
</dependency>
</dependencies>
```
@ -21,7 +21,7 @@ Gradle Info
```
dependencies {
...
compile "com.dorkbox:Storage:1.9"
compile "com.dorkbox:Storage:1.10"
}
```

View File

@ -33,7 +33,7 @@ abstract class Storage(val logger: KLogger) : AutoCloseable {
/**
* Gets the version number.
*/
const val version = "1.9"
const val version = "1.10"
init {
// Add this project to the updates system, which verifies this class + UUID + version information