From 195daef7421a71b18397a94f5b8f86301411822d Mon Sep 17 00:00:00 2001 From: ATCharpentier Date: Tue, 14 Jul 2026 20:10:22 -0400 Subject: [PATCH] release: bump client versions (desktop 0.1.4, android 0.1.7) web/src changed across PR #22 (unread/mention correctness + CHANNELS_STALE) so all clients need a new release. Version-string bumps only; the tauri-action reads the binary version from tauri.conf.json while the release tag is the pushed git tag. Pre-release step for tags desktop-{linux,windows,macos}-v0.1.4 + android-v0.1.7. --- android/src-tauri/tauri.conf.json | 2 +- desktop/src-tauri/tauri.conf.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/android/src-tauri/tauri.conf.json b/android/src-tauri/tauri.conf.json index e2364e1..ccf35f4 100644 --- a/android/src-tauri/tauri.conf.json +++ b/android/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/tauri-apps/tauri/dev/crates/tauri-utils/schema.json", "productName": "Bastion", - "version": "0.1.6", + "version": "0.1.7", "identifier": "org.bastions.app", "build": { "frontendDist": "../dist", diff --git a/desktop/src-tauri/tauri.conf.json b/desktop/src-tauri/tauri.conf.json index e4a52e1..eacfa52 100644 --- a/desktop/src-tauri/tauri.conf.json +++ b/desktop/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/tauri-apps/tauri/dev/crates/tauri-utils/schema.json", "productName": "Bastion", - "version": "0.1.3", + "version": "0.1.4", "identifier": "org.bastions.desktop", "build": { "frontendDist": "../dist",