Skip to content

Commit

Permalink
v12.0.0-beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
xzel23 committed Nov 18, 2023
1 parent 2a7f7e5 commit 256f8b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -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")
Expand Down

0 comments on commit 256f8b9

Please sign in to comment.