version 2.4

master Version_2.4
Robinson 2023-08-10 16:54:19 -06:00
parent 4e9aeb1854
commit f1700b15d6
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>
<groupId>com.dorkbox</groupId>
<artifactId>Collections</artifactId>
<version>2.3</version>
<version>2.4</version>
</dependency>
</dependencies>
```
@ -29,7 +29,7 @@ Gradle Info
```
dependencies {
...
implementation("com.dorkbox:Collections:2.3")
implementation("com.dorkbox:Collections:2.4")
}
```

View File

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

View File

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