From 6ea3f75a26a08cee9a5832b3ea4c7cac6b780f94 Mon Sep 17 00:00:00 2001 From: Adam Setch Date: Sun, 9 Nov 2025 17:02:53 -0500 Subject: [PATCH 1/2] 6.11.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 064b6d745..2a57e2886 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitify", - "version": "6.11.0", + "version": "6.11.1", "description": "GitHub notifications on your menu bar.", "main": "build/main.js", "scripts": { From 178ebb98a839ea0046cfd4d48defd642e88c2892 Mon Sep 17 00:00:00 2001 From: Adam Setch Date: Sun, 9 Nov 2025 17:03:03 -0500 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 01d6ed6ec..2f8d7de97 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.11.0 +sonar.projectVersion=v6.11.1 sonar.projectDescription=GitHub notifications on your menu bar.