Skip to content

Commit

Permalink
update README.md; bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
xzel23 committed Nov 19, 2023
1 parent 5971b8a commit fafb2d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -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")
Expand Down

0 comments on commit fafb2d2

Please sign in to comment.