updated version

This commit is contained in:
Robinson 2023-06-07 22:35:01 +02:00
parent 3b6214310c
commit 751fa3de30
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -36,7 +36,7 @@ object ObjectPool {
/** /**
* Gets the version number. * Gets the version number.
*/ */
const val version = "4.2" const val version = "4.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