From e9e377f27de72b47f71399a780660da3c2a93afe Mon Sep 17 00:00:00 2001 From: Robinson Date: Thu, 7 Sep 2023 00:46:16 +0200 Subject: [PATCH] version 2.5 --- 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 336b8b2..55c381b 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Maven Info com.dorkbox Collections - 2.4 + 2.5 ``` @@ -29,7 +29,7 @@ Gradle Info ``` dependencies { ... - implementation("com.dorkbox:Collections:2.4") + implementation("com.dorkbox:Collections:2.5") } ``` diff --git a/build.gradle.kts b/build.gradle.kts index f75c72f..b415f7d 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.4" + const val version = "2.5" // set as project.ext const val name = "Collections" diff --git a/src/dorkbox/collections/Collections.kt b/src/dorkbox/collections/Collections.kt index 0698563..c7a94e9 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.4" + const val version = "2.5" init { // Add this project to the updates system, which verifies this class + UUID + version information