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-08-27 11:59:12 +0100
committerDanConwayDev <DanConwayDev@protonmail.com>2024-08-27 11:59:12 +0100
commit190b2f622f44c49aa77f8089d9ca9218c0aade81 (patch)
tree770e58b813b227361394611590ee2ba40e49c477 /Cargo.toml
parentec6a6fcc1321c6824e000dda4860cf21e0cdae57 (diff)
chore: bump to v1.4.3v1.4.3
changelog: * fix clone using nostr url
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 f65f7a0..d19dea1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2name = "ngit" 2name = "ngit"
3version = "1.4.2" 3version = "1.4.3"
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>"]