Updated version

master Version_1.1
Robinson 2022-03-03 01:42:39 +01:00
parent 5d2cf13030
commit 1b3f9b7f28
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>Storage</artifactId>
<version>1.0.1</version>
<version>1.1</version>
</dependency>
</dependencies>
```

View File

@ -37,7 +37,7 @@ object Extras {
// set for the project
const val description = "Storage system for Java"
const val group = "com.dorkbox"
const val version = "1.0.1"
const val version = "1.1"
// set as project.ext
const val name = "Storage"

View File

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