Version 3.6

master Version_3.6
Robinson 2022-04-03 17:28:55 +02:00
parent d4cc9e378e
commit c8a4639ad9
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
3 changed files with 4 additions and 4 deletions

View File

@ -51,7 +51,7 @@ Maven Info
<dependency>
<groupId>com.dorkbox</groupId>
<artifactId>ObjectPool</artifactId>
<version>3.5</version>
<version>3.6</version>
</dependency>
</dependencies>
```
@ -61,7 +61,7 @@ Gradle Info
```
dependencies {
...
implementation "com.dorkbox:ObjectPool:3.5"
implementation "com.dorkbox:ObjectPool:3.6"
}
````

View File

@ -39,7 +39,7 @@ object Extras {
const val group = "com.dorkbox"
const val name = "ObjectPool"
const val id = "ObjectPool"
const val version = "3.5"
const val version = "3.6"
const val vendor = "Dorkbox LLC"
const val vendorUrl = "https://dorkbox.com"

View File

@ -34,7 +34,7 @@ object ObjectPool {
/**
* Gets the version number.
*/
const val version = "3.5"
const val version = "3.6"
init {
// Add this project to the updates system, which verifies this class + UUID + version information