chore: bump version
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -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",
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user