summaryrefslogtreecommitdiffstats
path: root/svgbob_cli
diff options
context:
space:
mode:
authorJovansonlee Cesar <ivanceras@gmail.com>2018-03-04 04:37:47 +0800
committerJovansonlee Cesar <ivanceras@gmail.com>2018-03-04 04:37:47 +0800
commit5fe03b7409e652d7b2f62fbfd7dfad0931dfd33d (patch)
tree28d0059b885f63933b09e012ffebdf1751521f77 /svgbob_cli
parentdfb0e79f791bed199ed969db974eb78119859aa6 (diff)
Publishing 0.2.6 with support for stable
Diffstat (limited to 'svgbob_cli')
-rw-r--r--svgbob_cli/Cargo.lock2
-rw-r--r--svgbob_cli/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/svgbob_cli/Cargo.lock b/svgbob_cli/Cargo.lock
index 1bab9ca..76c43f3 100644
--- a/svgbob_cli/Cargo.lock
+++ b/svgbob_cli/Cargo.lock
@@ -124,7 +124,7 @@ dependencies = [
[[package]]
name = "svgbob_cli"
-version = "0.2.5"
+version = "0.2.6"
dependencies = [
"clap 2.30.0 (registry+https://github.com/rust-lang/crates.io-index)",
"handlebars 0.21.1 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/svgbob_cli/Cargo.toml b/svgbob_cli/Cargo.toml
index 0eb5e50..f77fba3 100644
--- a/svgbob_cli/Cargo.toml
+++ b/svgbob_cli/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "svgbob_cli"
-version = "0.2.5"
+version = "0.2.6"
authors = ["Jovansonlee Cesar <ivanceras@gmail.com>"]
description = "Transform your ascii diagrams into happy little SVG"
repository = "https://github.com/ivanceras/svgbobrus"