From 6247284692308c29dda66fbfbaa8711bc5c15601 Mon Sep 17 00:00:00 2001 From: Adam Setch Date: Tue, 27 May 2025 12:27:15 -0400 Subject: [PATCH 1/2] 6.4.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e877f76c7..7c49b90ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitify", - "version": "6.4.0", + "version": "6.4.1", "description": "GitHub notifications on your menu bar.", "main": "build/main.js", "scripts": { From 37c8e15b1325094f01225ae77351cd961049e350 Mon Sep 17 00:00:00 2001 From: Adam Setch Date: Tue, 27 May 2025 12:27:28 -0400 Subject: [PATCH 2/2] bump versions 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 9d8949b21..a84ec36a1 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.4.0 +sonar.projectVersion=v6.4.1 sonar.projectDescription=GitHub notifications on your menu bar.