Skip to content

Commit 1dbec2b

Browse files
Adronclaude
andcommitted
chore(release): bump version to 0.2.1
Patch release carrying the Windows silent-startup fix (self-contained publish + hardened OnStartup). Bump the Linux crate (.deb + --version) and macOS CFBundleShortVersionString to 0.2.1; Windows installer/zip versions are tag-driven. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 3b937a7 commit 1dbec2b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

linux-ubuntu/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.

linux-ubuntu/crates/interlinedlist-sync/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "interlinedlist-sync"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2021"
55

66
# Forward the `gtk` feature to tray-app so the sign-in dialog is compiled in

macos/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<key>CFBundleVersion</key>
1212
<string>1</string>
1313
<key>CFBundleShortVersionString</key>
14-
<string>0.2.0</string>
14+
<string>0.2.1</string>
1515
<key>CFBundleExecutable</key>
1616
<string>InterlinedSync</string>
1717
<key>CFBundlePackageType</key>

0 commit comments

Comments
 (0)