From e45d09494f955e8954fea57b5b1174330a5d26b0 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Wed, 16 Sep 2026 13:04:24 +0000 Subject: [PATCH] chore: bump version to 1.7.1 Keep the lockstep desktop manifests and Cargo lockfile aligned so release artifacts and the updater manifest match the forthcoming v1.7.1 tag. Co-authored-by: Daniels --- Cargo.lock | 10 +++++----- Cargo.toml | 2 +- crates/strand-tauri/tauri.conf.json | 2 +- package.json | 2 +- ui/package.json | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6f0bec6..5717723 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6018,7 +6018,7 @@ dependencies = [ [[package]] name = "strand-azdo-protocol" -version = "1.7.0" +version = "1.7.1" dependencies = [ "serde", "serde_json", @@ -6028,7 +6028,7 @@ dependencies = [ [[package]] name = "strand-core" -version = "1.7.0" +version = "1.7.1" dependencies = [ "git2", "gix", @@ -6044,7 +6044,7 @@ dependencies = [ [[package]] name = "strand-headless" -version = "1.7.0" +version = "1.7.1" dependencies = [ "clap", "serde", @@ -6056,7 +6056,7 @@ dependencies = [ [[package]] name = "strand-ops" -version = "1.7.0" +version = "1.7.1" dependencies = [ "percent-encoding", "schemars 0.8.22", @@ -6068,7 +6068,7 @@ dependencies = [ [[package]] name = "strand-tauri" -version = "1.7.0" +version = "1.7.1" dependencies = [ "base64 0.22.1", "flate2", diff --git a/Cargo.toml b/Cargo.toml index db46f27..6540c38 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ members = [ ] [workspace.package] -version = "1.7.0" +version = "1.7.1" edition = "2021" license = "AGPL-3.0-or-later" authors = ["Daniel Schwarz"] diff --git a/crates/strand-tauri/tauri.conf.json b/crates/strand-tauri/tauri.conf.json index 33977e0..1072f68 100644 --- a/crates/strand-tauri/tauri.conf.json +++ b/crates/strand-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "Strand", - "version": "1.7.0", + "version": "1.7.1", "identifier": "dev.danielss.strand", "build": { "frontendDist": "../../ui/dist", diff --git a/package.json b/package.json index 6ce34f2..dbfccc8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "strand", "private": true, - "version": "1.7.0", + "version": "1.7.1", "description": "Fast, friendly Git client (Tauri 2 + Rust + React).", "scripts": { "dev": "pnpm --filter strand-ui dev", diff --git a/ui/package.json b/ui/package.json index ce0ac77..b56ad61 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,7 +1,7 @@ { "name": "strand-ui", "private": true, - "version": "1.7.0", + "version": "1.7.1", "type": "module", "scripts": { "dev": "node scripts/clean-stale-js.mjs && vite",