chore: release version 1.0.0-beta3

This commit is contained in:
Ren Amamiya
2026-04-06 06:53:05 +07:00
parent c2a723faa8
commit 6fef2ae1c6
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

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