From c5abb6fd6458761c0ef1deaecff81125ed5b895f Mon Sep 17 00:00:00 2001 From: devsyncwrld Date: Tue, 1 Sep 2026 19:07:26 -0300 Subject: [PATCH] chore: version 1.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Carries the silent native notification, which lives in the Electron main process and therefore only takes effect from a new installer — the reason this release is needed beyond exercising the restart prompt. Co-Authored-By: Claude Opus 5 --- package.json | 2 +- packages/desktop/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1105534d..d96012e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "backspace", - "version": "1.2.0", + "version": "1.3.0", "private": true, "description": "Open, self-hosted communication platform \u2014 text, voice, video, and federation", "license": "AGPL-3.0-only", diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 1bfd8344..8883b61e 100644 --- a/packages/desktop/package.json +++ b/packages/desktop/package.json @@ -1,6 +1,6 @@ { "name": "@backspace/desktop", - "version": "1.2.0", + "version": "1.3.0", "private": true, "license": "AGPL-3.0-only", "description": "Backspace",