Skip to content

Commit

Permalink
bump version; fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
xzel23 committed Sep 20, 2024
1 parent 6d9ec24 commit 12e29e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ the parameter.
- all internal logging is done through log4j-api instead of slf4j
- introduced util-logging-slf4j as sub project of util-logging. Note that util-logging is not intended as a production
logging replacement. It is intended to provide utilites to capture and display log data in an application window.
logging replacement. It is intended to provide utilities to capture and display log data in an application window.
## Changes
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 = "13.1.1"
val projectVersion = "13.1.2-SNAPSHOT"

// define subprojects
include("utility")
Expand Down

0 comments on commit 12e29e4

Please sign in to comment.