version 2.5

master
Robinson 2023-09-19 19:46:38 +02:00
parent f0f5c62951
commit dc719f49e5
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
2 changed files with 3 additions and 3 deletions

View File

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

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