summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Gerace <nickagerace@gmail.com>2022-12-19 02:34:03 -0500
committerNick Gerace <nickagerace@gmail.com>2022-12-19 02:34:03 -0500
commit708fc1d180b77915d55c14e20fc863c0d88bd43f (patch)
tree950d63b98375adf6b6df3155e9d9a7c5fd4185b1
parentb43f8047b26e2ccce18fc347426c047821b2087c (diff)
downloadgfold-708fc1d180b77915d55c14e20fc863c0d88bd43f.zip
Update to 4.1.1
Signed-off-by: Nick Gerace <nickagerace@gmail.com>
-rw-r--r--Cargo.lock2
-rw-r--r--crates/gfold/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 8530960..234cfab 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -262,7 +262,7 @@ dependencies = [
[[package]]
name = "gfold"
-version = "4.1.0"
+version = "4.1.1"
dependencies = [
"anyhow",
"clap",
diff --git a/crates/gfold/Cargo.toml b/crates/gfold/Cargo.toml
index 464de49..7802f81 100644
--- a/crates/gfold/Cargo.toml
+++ b/crates/gfold/Cargo.toml
@@ -10,7 +10,7 @@ readme = "../../README.md"
repository = "https://github.com/nickgerace/gfold/"
edition = "2021"
-version = "4.1.0"
+version = "4.1.1"
[dependencies]
anyhow = { version = "1.0", features = ["backtrace"] }