version 2.1

master Version_2.1
Robinson 2023-08-04 22:43:04 -06:00
parent 599fc0554a
commit db15e3ea52
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.0</version>
<version>2.1</version>
</dependency>
</dependencies>
```
@ -29,7 +29,7 @@ Gradle Info
```
dependencies {
...
implementation("com.dorkbox:Collections:2.0")
implementation("com.dorkbox:Collections:2.1")
}
```

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

View File

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