updated version

This commit is contained in:
Robinson 2021-08-22 15:49:18 -06:00
parent af849d055c
commit 1f4923e189
3 changed files with 4 additions and 4 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.2</version> <version>2.3</version>
</dependency> </dependency>
</dependencies> </dependencies>
``` ```
@ -21,7 +21,7 @@ Gradle Info
```` ````
dependencies { dependencies {
... ...
implementation("com.dorkbox:Serializers:1.0") implementation("com.dorkbox:Serializers:2.3")
} }
```` ````

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.2" const val version = "2.3"
// 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.2" const val version = "2.3"
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