aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@cardoe.com>2019-10-10 15:57:51 -0500
committerDoug Goldstein <cardoe@cardoe.com>2019-10-10 15:57:51 -0500
commit94a6f270a13a03915d6e58777baa4616e90477b5 (patch)
tree5d702cc1c0b4e1e252af53c23b3c2b6f70e42dc3
parent(cargo-release) version 0.2.0 (diff)
downloadcargo-ebuild-94a6f270a13a03915d6e58777baa4616e90477b5.tar.gz
cargo-ebuild-94a6f270a13a03915d6e58777baa4616e90477b5.tar.bz2
cargo-ebuild-94a6f270a13a03915d6e58777baa4616e90477b5.zip
(cargo-release) start next development iteration 0.2.1-alpha.0
-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 cd1c99b..475d694 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -155,7 +155,7 @@ dependencies = [
[[package]]
name = "cargo-ebuild"
-version = "0.2.0"
+version = "0.2.1-alpha.0"
dependencies = [
"cargo 0.37.0 (registry+https://github.com/rust-lang/crates.io-index)",
"structopt 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index c3114f6..3f7abf6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cargo-ebuild"
-version = "0.2.0"
+version = "0.2.1-alpha.0"
authors = ["Doug Goldstein <cardoe@cardoe.com>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/cardoe/cargo-ebuild"