From dc719f49e5d9297590d42a4f143544f9a3bb5c48 Mon Sep 17 00:00:00 2001 From: Robinson Date: Tue, 19 Sep 2023 19:46:38 +0200 Subject: [PATCH] version 2.5 --- README.md | 4 ++-- build.gradle.kts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 55c381b..534fb8a 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Maven Info com.dorkbox Collections - 2.5 + 2.6 ``` @@ -29,7 +29,7 @@ Gradle Info ``` dependencies { ... - implementation("com.dorkbox:Collections:2.5") + implementation("com.dorkbox:Collections:2.6") } ``` diff --git a/build.gradle.kts b/build.gradle.kts index b415f7d..0f26092 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.5" + const val version = "2.6" // set as project.ext const val name = "Collections"