Updated version

This commit is contained in:
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> <dependency>
<groupId>com.dorkbox</groupId> <groupId>com.dorkbox</groupId>
<artifactId>Storage</artifactId> <artifactId>Storage</artifactId>
<version>1.0.1</version> <version>1.1</version>
</dependency> </dependency>
</dependencies> </dependencies>
``` ```

View File

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

View File

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