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"]