summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJovansonlee Cesar <ivanceras@gmail.com>2021-08-15 21:24:02 +0800
committerJovansonlee Cesar <ivanceras@gmail.com>2021-08-15 21:24:02 +0800
commitc87fe39449c6df3f3eb5ecca842adf824dc3264b (patch)
tree1dcf049cc1cf09d40aa25ec43f429042dbc63d4e
parent6576f5abb8c9f4b007044c4904ad8059a304438c (diff)
bump up cli version0.5.4
-rw-r--r--svgbob_cli/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/svgbob_cli/Cargo.toml b/svgbob_cli/Cargo.toml
index edac6e6..1b21630 100644
--- a/svgbob_cli/Cargo.toml
+++ b/svgbob_cli/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "svgbob_cli"
-version = "0.5.3"
+version = "0.5.4"
authors = ["Jovansonlee Cesar <ivanceras@gmail.com>"]
description = "Transform your ascii diagrams into happy little SVG"
repository = "https://github.com/ivanceras/svgbob"
@@ -10,7 +10,7 @@ keywords = ["ascii", "svg", "convert", "bob"]
license = "Apache-2.0"
[dependencies]
-svgbob = { path = "../svgbob", version = "0.5" }
+svgbob = { path = "../svgbob", version = "0.5.4" }
clap = "2.16"