aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2017-11-17 01:37:40 +0100
committerTeddy Wing2017-11-17 01:37:40 +0100
commitc78c5936e8275976bdd4316fbc0f1becfcdfcbe2 (patch)
treedfedc8e863d30bfd9ee7d5132b14962e3868b99a
parent6e6204f32e13a958e4e0278b20281c30a0ea3356 (diff)
downloadkipper-c78c5936e8275976bdd4316fbc0f1becfcdfcbe2.tar.bz2
Increase version v0.0.1 -> v0.0.2
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 2bcd0a2..97d78c7 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,6 +1,6 @@
[root]
name = "kipper"
-version = "0.0.1"
+version = "0.0.2"
dependencies = [
"getopts 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
"json 0.11.10 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index 6dc7c70..c659cab 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "kipper"
-version = "0.0.1"
+version = "0.0.2"
[dependencies]
getopts = "0.2.15"