version 2.5

This commit is contained in:
Robinson 2023-09-07 00:46:16 +02:00
parent 50a9bf4310
commit e9e377f27d
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
3 changed files with 4 additions and 4 deletions

View File

@ -19,7 +19,7 @@ Maven Info
<dependency> <dependency>
<groupId>com.dorkbox</groupId> <groupId>com.dorkbox</groupId>
<artifactId>Collections</artifactId> <artifactId>Collections</artifactId>
<version>2.4</version> <version>2.5</version>
</dependency> </dependency>
</dependencies> </dependencies>
``` ```
@ -29,7 +29,7 @@ Gradle Info
``` ```
dependencies { dependencies {
... ...
implementation("com.dorkbox:Collections:2.4") implementation("com.dorkbox:Collections:2.5")
} }
``` ```

View File

@ -36,7 +36,7 @@ object Extras {
// set for the project // set for the project
const val description = "Collection types and utilities to enhance the default collections." const val description = "Collection types and utilities to enhance the default collections."
const val group = "com.dorkbox" const val group = "com.dorkbox"
const val version = "2.4" const val version = "2.5"
// set as project.ext // set as project.ext
const val name = "Collections" const val name = "Collections"

View File

@ -21,7 +21,7 @@ object Collections {
/** /**
* Gets the version number. * Gets the version number.
*/ */
const val version = "2.4" const val version = "2.5"
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