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 12:33:51 +0100
committerDanConwayDev <DanConwayDev@protonmail.com>2024-08-20 12:33:51 +0100
commitdaaaa3a21277351638eda04739ac3d7b3716f955 (patch)
tree92d2dcbe35ca257e3b0355e4a72c70bd46fcb848 /Cargo.toml
parent09bf648d4a36bc9ada0cff9438aa3b3f98631600 (diff)
chore: bump to v1.4.2v1.4.2
changelog: * fix only maintainers can push normal branches / tags
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 243f695..f65f7a0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2name = "ngit" 2name = "ngit"
3version = "1.4.1" 3version = "1.4.2"
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>"]