From 853ab7a60eebcac83a72407556c7ba59b682eb55 Mon Sep 17 00:00:00 2001 From: reya Date: Sat, 13 Sep 2025 10:18:33 +0700 Subject: [PATCH] chore: bump version --- Cargo.toml | 2 +- crates/coop/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a1b3b24..3987c2a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ members = ["crates/*"] default-members = ["crates/coop"] [workspace.package] -version = "0.2.6" +version = "0.2.7" edition = "2021" publish = false diff --git a/crates/coop/Cargo.toml b/crates/coop/Cargo.toml index 51ba207..09d9a45 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.6" +version = "0.2.7" out-dir = "../../dist" before-packaging-command = "cargo build --release" resources = ["Cargo.toml", "src"]