fix: auto updater #48

Merged
reya merged 3 commits from fix-updater into master 2026-09-16 02:53:17 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 8d39b1d38c - Show all commits
+1 -1
View File
@@ -4,7 +4,7 @@ members = ["crates/*", "desktop", "web"]
default-members = ["desktop"]
[workspace.package]
version = "1.0.1"
version = "1.0.2"
edition = "2024"
publish = false
+1 -1
View File
@@ -14,7 +14,7 @@ product-name = "Coop"
description = "Chat Freely, Stay Private on Nostr"
identifier = "su.reya.coop"
category = "SocialNetworking"
version = "1.0.1"
version = "1.0.2"
out-dir = "../dist"
before-packaging-command = "cargo build --release"
resources = ["Cargo.toml", "src"]