From 8d39b1d38c530b029a6a8d0c0ea7b7da14ca7aa1 Mon Sep 17 00:00:00 2001 From: Ren Amamiya Date: Wed, 16 Sep 2026 09:22:13 +0700 Subject: [PATCH] chore: release version 1.0.2 --- Cargo.toml | 2 +- desktop/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1cee8338..caf0fc9f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 diff --git a/desktop/Cargo.toml b/desktop/Cargo.toml index c9e4763f..a18c4203 100644 --- a/desktop/Cargo.toml +++ b/desktop/Cargo.toml @@ -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"]