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-05-14 06:30:45 +0100
committerDanConwayDev <DanConwayDev@protonmail.com>2024-05-14 06:30:45 +0100
commitf5c82ee70dc2e881c2b1013f6d352f5da7b08291 (patch)
treee5c6915992e4b52fedacf862b94f9c4f4ce2b32c /Cargo.toml
parent10498b953d36304b441fcb162155c2487046206f (diff)
chore: bump to v1.2.0v1.2.0
changelog: * remove unreliable relay.f7z.io from default relay set * `ngit send --in-reply-to` tag any nostr notes and npubs in proposals * `ngit send` link to proposal on gitworkshop
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 1e82229..944aa0f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2name = "ngit" 2name = "ngit"
3version = "1.1.2" 3version = "1.2.0"
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>"]