updated version

master Version_2.0
Robinson 2023-08-02 22:30:36 -06:00
parent 7f4e713e1c
commit 96d27cde62
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
3 changed files with 6 additions and 6 deletions

View File

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

View File

@ -34,9 +34,9 @@ plugins {
object Extras {
// set for the project
const val description = "Niche collections to augment what is already available."
const val description = "Collection types and utilities to enhance the default collections."
const val group = "com.dorkbox"
const val version = "1.6"
const val version = "2.0"
// set as project.ext
const val name = "Collections"

View File

@ -1,5 +1,5 @@
/*
* Copyright 2010 dorkbox, llc
* Copyright 2023 dorkbox, llc
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -21,7 +21,7 @@ object Collections {
/**
* Gets the version number.
*/
const val version = "1.6"
const val version = "2.0"
init {
// Add this project to the updates system, which verifies this class + UUID + version information