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-03-08 21:27:00 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2024-03-08 21:27:00 +0000
commitbba5a092b7f07b9a096e2801d51030b186161f80 (patch)
tree3edd2e8c698808e6cc63d3219cabb9bc7d591034 /Cargo.toml
parent92c63982d6db41304457d56b565e2ba209cf38a0 (diff)
chore: bump to v1.1.1v1.1.1
changelog: * fix stack overflow bug when origin remote doesnt exist
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 e267eec..7793a8c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2name = "ngit" 2name = "ngit"
3version = "1.1.0" 3version = "1.1.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>"]