From 81920234799f325aedb930a31d093597ee853972 Mon Sep 17 00:00:00 2001 From: reya Date: Mon, 8 Dec 2025 11:10:54 +0700 Subject: [PATCH] chore: release version 0.3.0 --- Cargo.toml | 2 +- crates/coop/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b1631e6..3fc09a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ members = ["crates/*"] default-members = ["crates/coop"] [workspace.package] -version = "0.2.11" +version = "0.3.0" edition = "2021" publish = false diff --git a/crates/coop/Cargo.toml b/crates/coop/Cargo.toml index 41d08c6..4bf534f 100644 --- a/crates/coop/Cargo.toml +++ b/crates/coop/Cargo.toml @@ -14,7 +14,7 @@ product-name = "Coop" description = "Chat Freely, Stay Private on Nostr" identifier = "su.reya.coop" category = "SocialNetworking" -version = "0.2.11" +version = "0.3.0" out-dir = "../../dist" before-packaging-command = "cargo build --release" resources = ["Cargo.toml", "src"]