summaryrefslogtreecommitdiffstats
path: root/imag-todo
diff options
context:
space:
mode:
authorGavin Thomas Claugus <gclaugus@gmail.com>2016-08-07 10:31:11 -0400
committerGavin Thomas Claugus <gclaugus@gmail.com>2016-08-07 10:31:11 -0400
commit1532325ddaddfe939054bc95dfcd799556815457 (patch)
treeb1ad592ca8823a6bea1abdaeb39d0b4ef7d7fdc2 /imag-todo
parentb881c3c243477f35db5c942e5a245c243e91c630 (diff)
imag-todo: Crate version 0.1.0 -> 0.2.0
Signed-off-by: Gavin Thomas Claugus <gclaugus@gmail.com>
Diffstat (limited to 'imag-todo')
-rw-r--r--imag-todo/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/imag-todo/Cargo.toml b/imag-todo/Cargo.toml
index ace85d73..3bdbdb06 100644
--- a/imag-todo/Cargo.toml
+++ b/imag-todo/Cargo.toml
@@ -1,7 +1,7 @@
[package]
authors = ["mario <mario-krehl@gmx.de>"]
name = "imag-todo"
-version = "0.1.0"
+version = "0.2.0"
[dependencies]
clap = "2.*"