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")