From 593c8eb4357e2db7e3663a569c17a31aabef94e5 Mon Sep 17 00:00:00 2001 From: Adam Setch Date: Mon, 26 May 2025 08:28:07 -0400 Subject: [PATCH 1/2] 6.4.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ca4fca2f3..3bb0632e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitify", - "version": "6.3.0", + "version": "6.4.0", "description": "GitHub notifications on your menu bar.", "main": "build/main.js", "scripts": { From 87b8857e9b3829032545dd7d63b44d06ab794df3 Mon Sep 17 00:00:00 2001 From: Adam Setch Date: Mon, 26 May 2025 08:28:34 -0400 Subject: [PATCH 2/2] bump version Signed-off-by: Adam Setch --- sonar-project.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonar-project.properties b/sonar-project.properties index ad68d4349..9d8949b21 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -4,7 +4,7 @@ # ===================================================== sonar.projectKey=gitify-app_gitify sonar.organization=gitify-app -sonar.projectVersion=v6.3.0 +sonar.projectVersion=v6.4.0 sonar.projectDescription=GitHub notifications on your menu bar.