updated version

master Version_1.4
Robinson 2023-02-23 20:15:03 +01:00
parent dcc78bba30
commit bd1a4159bb
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
3 changed files with 4 additions and 4 deletions

View File

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

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.3"
const val version = "1.4"
// set as project.ext
const val name = "Storage"

View File

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