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-20 10:45:50 +0100
committerDanConwayDev <DanConwayDev@protonmail.com>2024-08-20 10:45:50 +0100
commita3073105ae20747fbf76b70cf0ac4ed5c0a9b1b3 (patch)
tree695f57618bfd951bdb199a171de73905a7be5a05 /Cargo.toml
parent5d0253dfaa896b25006be38155c900158f89973c (diff)
chore: bump to v1.4.0v1.4.0
changelog: * add git-remote-nostr binary
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 8e47374..06742ca 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2name = "ngit" 2name = "ngit"
3version = "1.3.1" 3version = "1.4.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>"]