aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@cardoe.com>2017-10-30 11:33:56 -0500
committerDoug Goldstein <cardoe@cardoe.com>2017-10-30 11:33:56 -0500
commitad4eb8a21d5bf8cc20aa9d2bd46bc69dc2b76e0c (patch)
tree4be9883a90e94aabd360f92d7bf30102acf4874c
parent(cargo-release) version 0.1.5 (diff)
downloadcargo-ebuild-ad4eb8a21d5bf8cc20aa9d2bd46bc69dc2b76e0c.tar.gz
cargo-ebuild-ad4eb8a21d5bf8cc20aa9d2bd46bc69dc2b76e0c.tar.bz2
cargo-ebuild-ad4eb8a21d5bf8cc20aa9d2bd46bc69dc2b76e0c.zip
(cargo-release) start next development iteration 0.1.6-pre
-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 c3f1b7e..26176cf 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,6 +1,6 @@
[root]
name = "cargo-ebuild"
-version = "0.1.5"
+version = "0.1.6-pre"
dependencies = [
"cargo 0.21.1 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.16 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index f286875..a307018 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cargo-ebuild"
-version = "0.1.5"
+version = "0.1.6-pre"
authors = ["Doug Goldstein <cardoe@cardoe.com>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/cardoe/cargo-ebuild"