updated version

master Version_2.2
Robinson 2021-08-22 12:31:20 -06:00
parent f68ce407ca
commit 37d92adc1f
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.1</version>
<version>2.2</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.1"
const val version = "2.2"
// set as project.ext
const val name = "Serializers"

View File

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