diff --git a/Cargo.toml b/Cargo.toml index 7c67cf0..47c83c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ members = ["crates/*"] default-members = ["crates/coop"] [workspace.package] -version = "1.0.0-beta2" +version = "1.0.0-beta3" edition = "2024" publish = false diff --git a/crates/coop/Cargo.toml b/crates/coop/Cargo.toml index 78755f8..42659f0 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 = "1.0.0-beta2" +version = "1.0.0-beta3" out-dir = "../../dist" before-packaging-command = "cargo build --release" resources = ["Cargo.toml", "src"]