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-09-20 11:59:16 +0100
committerDanConwayDev <DanConwayDev@protonmail.com>2024-09-20 11:59:16 +0100
commit51358320c50afece31fc25945a09e3d7aac8f39c (patch)
tree51d2457807b718feb0aea130a153556d62664470 /Cargo.toml
parent667cc246ffb0a6410ff2d445d3e3ba522c6a2c4e (diff)
chore bump to v1.5.1v1.5.1
changelog: * git plugin reports on event broadcasting
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 a3d5709..d770c14 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2name = "ngit" 2name = "ngit"
3version = "1.5.0" 3version = "1.5.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>"]