chore: bump version

This commit is contained in:
2025-02-23 14:14:20 +07:00
parent b73babf274
commit 3f8c02aef8
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@@ -1187,7 +1187,7 @@ checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
[[package]] [[package]]
name = "coop" name = "coop"
version = "0.1.2" version = "0.1.3"
dependencies = [ dependencies = [
"account", "account",
"anyhow", "anyhow",

View File

@@ -2,7 +2,7 @@ name = "coop"
description = "Coop is a cross-platform Nostr client designed for secure communication focus on simplicity and customizability." description = "Coop is a cross-platform Nostr client designed for secure communication focus on simplicity and customizability."
product-name = "Coop" product-name = "Coop"
identifier = "su.reya.coop" identifier = "su.reya.coop"
version = "0.1.2" version = "0.1.3"
resources = ["assets/*/*", "Cargo.toml", "./LICENSE", "./README.md"] resources = ["assets/*/*", "Cargo.toml", "./LICENSE", "./README.md"]
icons = [ icons = [
"assets/brand/32x32.png", "assets/brand/32x32.png",

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "coop" name = "coop"
version = "0.1.2" version = "0.1.3"
edition = "2021" edition = "2021"
publish = false publish = false