summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordalance <dalance@gmail.com>2019-01-30 12:29:11 +0900
committerdalance <dalance@gmail.com>2019-01-30 12:29:11 +0900
commit43b7c0ae27c7858e682f2cddad33d8be29325d31 (patch)
treef349ce6fdd76c77762de2bb82dd9f9745859f8db
parent0e41d4cc512d3876365de4fa0ca9acd847a520c7 (diff)
Prepare to v0.2.0v0.2.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 2222124..39f9673 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -356,7 +356,7 @@ dependencies = [
[[package]]
name = "procs"
-version = "0.1.1-pre"
+version = "0.2.0"
dependencies = [
"chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
"console 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index 1575973..08a52ff 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "procs"
-version = "0.1.1-pre"
+version = "0.2.0"
authors = ["dalance@gmail.com"]
repository = "https://github.com/dalance/procs"
keywords = ["process"]