From dfedd4a9d6880c1ca2bf7ac2b844fe72b9101bca Mon Sep 17 00:00:00 2001 From: Robinson Date: Fri, 4 Aug 2023 23:00:36 -0600 Subject: [PATCH] version 2.2 --- README.md | 4 ++-- build.gradle.kts | 2 +- src/dorkbox/collections/Collections.kt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 744ea59..774c689 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Maven Info com.dorkbox Collections - 2.1 + 2.2 ``` @@ -29,7 +29,7 @@ Gradle Info ``` dependencies { ... - implementation("com.dorkbox:Collections:2.1") + implementation("com.dorkbox:Collections:2.2") } ``` diff --git a/build.gradle.kts b/build.gradle.kts index 68e1aff..2597689 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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.1" + const val version = "2.2" // set as project.ext const val name = "Collections" diff --git a/src/dorkbox/collections/Collections.kt b/src/dorkbox/collections/Collections.kt index b572db9..bd9cc28 100644 --- a/src/dorkbox/collections/Collections.kt +++ b/src/dorkbox/collections/Collections.kt @@ -21,7 +21,7 @@ object Collections { /** * Gets the version number. */ - const val version = "2.1" + const val version = "2.2" init { // Add this project to the updates system, which verifies this class + UUID + version information