From a250191d30c9ca3025e0a77d70757702f03f313d Mon Sep 17 00:00:00 2001 From: Adam Setch Date: Wed, 12 Nov 2025 20:33:59 -0500 Subject: [PATCH 1/2] 6.12.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5371acecf..45fcba02b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitify", - "version": "6.11.1", + "version": "6.12.0", "description": "GitHub notifications on your menu bar.", "main": "build/main.js", "scripts": { From 223fd2804bd564bc943a9f455e0a44519fef9be1 Mon Sep 17 00:00:00 2001 From: Adam Setch Date: Wed, 12 Nov 2025 20:39:09 -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 2f8d7de97..72a253866 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.1 +sonar.projectVersion=v6.12.0 sonar.projectDescription=GitHub notifications on your menu bar.