upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2024-07-25 09:05:15 +0100
committerDanConwayDev <DanConwayDev@protonmail.com>2024-07-25 09:05:15 +0100
commit52f9efa50f81142da013c4da5f3cd3091e07916b (patch)
tree7041068cb1674f77c838dc0b1d2dd690d95ab9d8 /Cargo.toml
parentf4a4220cd4691e562d0a849ad8900bf54411363b (diff)
chore: bump to v1.3.1v1.3.1
changelog: - fix(init): update maintainers.yaml if identifier or relays have changed
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 69d43bf..b90d9a2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2name = "ngit" 2name = "ngit"
3version = "1.3.0" 3version = "1.3.1"
4edition = "2021" 4edition = "2021"
5description = "cli for code collaboration over nostr with nip34 support" 5description = "cli for code collaboration over nostr with nip34 support"
6authors = ["DanConwayDev <DanConwayDev@protonmail.com>"] 6authors = ["DanConwayDev <DanConwayDev@protonmail.com>"]