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 07:35:16 +0100
committerDanConwayDev <DanConwayDev@protonmail.com>2024-05-14 07:35:16 +0100
commit1083153ea340b57620870a47ce7653aeae3d1196 (patch)
treeb0b13b582a020d777b28b6e9d8953a577bf104fd /Cargo.toml
parent6751d9377f853030633c9801735f33f31425326c (diff)
chore: bump to v1.2.1v1.2.1
changelog: *fix `ngit init` support for multiple maintainers
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 944aa0f..ae3b657 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2name = "ngit" 2name = "ngit"
3version = "1.2.0" 3version = "1.2.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>"]