Skip to content

Commit

Permalink
Resoday 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rybak committed Aug 11, 2023
1 parent 853dd84 commit 52e38b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
/*
Expand Down

0 comments on commit 52e38b2

Please sign in to comment.