upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 9fccfbe..9c09c77 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -881,7 +881,7 @@ dependencies = [
881 881
882[[package]] 882[[package]]
883name = "ngit" 883name = "ngit"
884version = "0.0.1" 884version = "0.0.2"
885dependencies = [ 885dependencies = [
886 "clap", 886 "clap",
887 "confy", 887 "confy",
diff --git a/Cargo.toml b/Cargo.toml
index b913583..0ad7ff9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2name = "ngit" 2name = "ngit"
3version = "0.0.1" 3version = "0.0.2"
4edition = "2021" 4edition = "2021"
5description = "a proof of concept cli for a nostr based github alternative" 5description = "a proof of concept cli for a nostr based github alternative"
6authors = ["DanConwayDev <DanConwayDev@protonmail.com>"] 6authors = ["DanConwayDev <DanConwayDev@protonmail.com>"]