From 52e38b2c994236792aedccfab097692516f17d6c Mon Sep 17 00:00:00 2001 From: Andrei Rybak Date: Sat, 12 Aug 2023 01:27:03 +0200 Subject: [PATCH] Resoday 1.6 --- CHANGELOG | 1 + build.gradle | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index ce8be31..8023a41 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,4 @@ +v1.6 - Rendering of the icon in the title bar of the main window has been fixed in Microsoft Windows. - Dock on macOS will now show the Resoday icon instead of the default diff --git a/build.gradle b/build.gradle index 830d201..cc07b7b 100644 --- a/build.gradle +++ b/build.gradle @@ -58,7 +58,7 @@ tasks.named('test', Test) { * TODO maybe generate Version.java from Gradle? */ String calculateVersion() { - final String defaultVersion = '1.5-nongit' + final String defaultVersion = '1.6-nongit' final Grgit git = Grgit.open(dir: project.rootDir) try { /*