From 256f8b9e8249ad365da08bf30fe2640e8ca99fec Mon Sep 17 00:00:00 2001 From: Axel Howind Date: Sat, 18 Nov 2023 06:42:04 +0100 Subject: [PATCH] v12.0.0-beta3 --- README.md | 1 + settings.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e1649f5..93203dfa 100644 --- a/README.md +++ b/README.md @@ -172,6 +172,7 @@ the parameter. - reduce code duplication - increase uit test coverage - add javadoc +- fix RichText.split() with non-trivial regex and limit 0 not skipping trailing empty segments in result - fix smaller issues ### 11.1.3 diff --git a/settings.gradle.kts b/settings.gradle.kts index f193ee4d..b558fb9d 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -1,5 +1,5 @@ rootProject.name = "dua3-utility" -val projectVersion = "12.0.0-beta2" +val projectVersion = "12.0.0-beta3" include("utility") include("utility-db")