updated version

master Version_2.3
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>
<groupId>com.dorkbox</groupId>
<artifactId>Serializers</artifactId>
<version>2.2</version>
<version>2.3</version>
</dependency>
</dependencies>
```
@ -21,7 +21,7 @@ Gradle Info
````
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
const val description = "Kryo based serializers"
const val group = "com.dorkbox"
const val version = "2.2"
const val version = "2.3"
// set as project.ext
const val name = "Serializers"

View File

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