From a4140a9ee918011581cf94b109a566fc21bfcb9e Mon Sep 17 00:00:00 2001 From: Adam Setch Date: Thu, 2 Oct 2025 12:49:16 -0400 Subject: [PATCH 1/2] 6.9.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c9c98ceec..352804be8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitify", - "version": "6.8.0", + "version": "6.9.0", "description": "GitHub notifications on your menu bar.", "main": "build/main.js", "scripts": { From 6739573ac7df992f971dd113753fd4bc1a85e481 Mon Sep 17 00:00:00 2001 From: Adam Setch Date: Thu, 2 Oct 2025 12:49:30 -0400 Subject: [PATCH 2/2] bump sonar 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 ccb2c9d7e..abb1fb19d 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.8.0 +sonar.projectVersion=v6.9.0 sonar.projectDescription=GitHub notifications on your menu bar.