Skip to content

Commit 328c3cd

Browse files
committed
Prepare release 0.2.11 for distribution
Update all package manifests to the same release version before tagging and publishing desktop artifacts. Constraint: publish.sh owns version synchronization across package.json, tauri.conf.json, Cargo.toml, and Cargo.lock. Rejected: Manual version edits | The release script keeps manifest updates atomic. Confidence: high Scope-risk: narrow Directive: Keep release metadata aligned before creating tags. Tested: publish.sh updated package.json, src-tauri/tauri.conf.json, src-tauri/Cargo.toml, and src-tauri/Cargo.lock. Not-tested: GitHub Actions release workflow before tag push.
1 parent 690d9b1 commit 328c3cd

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Cloudflare R2 Client",
33
"private": true,
4-
"version": "0.2.10",
4+
"version": "0.2.11",
55
"scripts": {
66
"dev": "next dev --turbopack -p 3000",
77
"build": "next build",

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = [".", "crates/range-dl"]
33

44
[package]
55
name = "r2"
6-
version = "0.2.10"
6+
version = "0.2.11"
77
description = "A desktop application for managing Cloudflare R2 storage buckets."
88
authors = ["Peilin Wu"]
99
edition = "2021"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "r2",
4-
"version": "0.2.10",
4+
"version": "0.2.11",
55
"identifier": "com.lifefarmer.r2",
66
"build": {
77
"beforeDevCommand": "bun run dev",

0 commit comments

Comments
 (0)