bumped version

master Version_2.5
Robinson 2021-08-23 00:24:18 -06:00
parent e01e587085
commit 7a0f297e33
3 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ Maven Info
<dependency>
<groupId>com.dorkbox</groupId>
<artifactId>Serializers</artifactId>
<version>2.4</version>
<version>2.5</version>
</dependency>
</dependencies>
```

View File

@ -38,7 +38,7 @@ object Extras {
// set for the project
const val description = "Kryo based serializers"
const val group = "com.dorkbox"
const val version = "2.4"
const val version = "2.5"
// set as project.ext
const val name = "Serializers"

View File

@ -31,7 +31,7 @@ object SerializationDefaults {
/**
* Gets the version number.
*/
const val version = "2.4"
const val version = "2.5"
init {
// Add this project to the updates system, which verifies this class + UUID + version information