From fafb2d27182576504624c0ca0398c09dccb8ff2e Mon Sep 17 00:00:00 2001 From: Axel Howind Date: Sun, 19 Nov 2023 12:46:59 +0100 Subject: [PATCH] update README.md; bump version --- README.md | 3 ++- settings.gradle.kts | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 831a5cc0..ec7f9a86 100644 --- a/README.md +++ b/README.md @@ -171,11 +171,12 @@ the parameter. - reworked util-logging, simplyfied SwingLogPane use - added NamedParameterStatement.setInstant(), cleaned up NamedParameterStatemet javadoc - reduce code duplication -- increase uit test coverage +- increase unit test coverage - add javadoc - fix RichText.split() with non-trivial regex and limit 0 not skipping trailing empty segments in result - fix build issues on windows‚ - fix smaller issues +- fix issues in FontDef CSS conversion ### 11.1.3 diff --git a/settings.gradle.kts b/settings.gradle.kts index 36df529c..ad0ac997 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -1,6 +1,6 @@ // define project name and version rootProject.name = "dua3-utility" -val projectVersion = "12.0.0-beta3" +val projectVersion = "12.0.0-beta4-SNAPSHOT" // define subprojects include("utility")