updated version

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

View File

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

View File

@ -26,7 +26,7 @@ object SerializationDefaults {
/** /**
* Gets the version number. * Gets the version number.
*/ */
const val version = "2.1" const val version = "2.2"
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