From 12e29e48c623c743bedca3e57aca00dbc4a7e21f Mon Sep 17 00:00:00 2001 From: Axel Howind Date: Fri, 20 Sep 2024 14:19:50 +0200 Subject: [PATCH] bump version; fix typo --- README.md | 2 +- settings.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9a826f15..fed923a5 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/settings.gradle.kts b/settings.gradle.kts index 7ba7d4b3..a53b345b 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -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")