summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordalance <dalance@gmail.com>2019-02-11 18:18:19 +0900
committerdalance <dalance@gmail.com>2019-02-11 18:18:19 +0900
commitd7fdff46504585ae272b2034718fe6e5313e73bb (patch)
treebe790155e2821e1fb66a09fd0fb40cb49e2ff9c8
parent1c0e4068670092b021ee39f4ac69204854f44206 (diff)
Prepare to v0.4.4v0.4.4
-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 15cb47e..74baa2f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -594,7 +594,7 @@ dependencies = [
[[package]]
name = "procs"
-version = "0.4.4-pre"
+version = "0.4.4"
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 745d833..f500292 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "procs"
-version = "0.4.4-pre"
+version = "0.4.4"
authors = ["dalance@gmail.com"]
repository = "https://github.com/dalance/procs"
keywords = ["process"]