summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorJovansonlee Cesar <ivanceras@gmail.com>2016-10-13 10:07:29 +0800
committerJovansonlee Cesar <ivanceras@gmail.com>2016-10-13 10:07:29 +0800
commit66ee16b1000eeeb88dcdfc4d7203ca8c88d10731 (patch)
tree7fafb73cc08a387ddb589547dba97072dfd30ff1 /Cargo.lock
parentdc8f2bdc74c8e6ac7f202dcc3124bef0a39f9a25 (diff)
bump version to 0.1.3, now with CLI
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index dc23015..365f7d2 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,6 +1,6 @@
[root]
name = "svgbob"
-version = "0.1.2"
+version = "0.1.3"
dependencies = [
"clap 2.14.0 (registry+https://github.com/rust-lang/crates.io-index)",
"svg 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",