Version 2.8

master Version_2.8
Robinson 2023-11-29 12:06:27 +01:00
parent 1bdf5b6fa9
commit 1b5ff6dd04
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.7</version>
<version>2.8</version>
</dependency>
</dependencies>
```
@ -29,7 +29,7 @@ Gradle Info
```
dependencies {
...
implementation("com.dorkbox:Collections:2.7")
implementation("com.dorkbox:Collections:2.8")
}
```

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.7"
const val version = "2.8"
// set as project.ext
const val name = "Collections"

View File

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