aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@cardoe.com>2016-10-02 14:46:36 -0500
committerDoug Goldstein <cardoe@cardoe.com>2016-10-02 14:46:36 -0500
commit05a5082a68376084bd9cccfdb3f1ed9b3d46118a (patch)
tree2de06be39f553528aeb1f4da24e2123b5c2f13a4
parentdrop the use of rustache (diff)
downloadcargo-ebuild-05a5082a68376084bd9cccfdb3f1ed9b3d46118a.tar.gz
cargo-ebuild-05a5082a68376084bd9cccfdb3f1ed9b3d46118a.tar.bz2
cargo-ebuild-05a5082a68376084bd9cccfdb3f1ed9b3d46118a.zip
bump the version to 0.1.10.1.1
-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 ca32aff..2408526 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,6 +1,6 @@
[root]
name = "cargo-ebuild"
-version = "0.1.0"
+version = "0.1.1"
dependencies = [
"cargo 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index ebd06fb..949abc9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cargo-ebuild"
-version = "0.1.0"
+version = "0.1.1"
authors = ["Doug Goldstein <cardoe@cardoe.com>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/cardoe/cargo-ebuild"