summary history branches tags files
commit:48a1510f6da3e0c766d59290740015d11ae75ce2
author:Trevor Bentley
committer:Trevor Bentley
date:Wed Nov 15 23:58:10 2017 +0100
parents:fd055650878eaf3b9e529e0d57ce0d738dbfc2b9
(cargo-release) start next development iteration 0.3.1-rc
diff --git a/Cargo.lock b/Cargo.lock
line changes: +1/-1
index a7a668e..ea4433d
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,6 +1,6 @@
 [root]
 name = "circadian"
-version = "0.3.0"
+version = "0.3.1-rc"
 dependencies = [
  "clap 2.27.1 (registry+https://github.com/rust-lang/crates.io-index)",
  "glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",

diff --git a/Cargo.toml b/Cargo.toml
line changes: +1/-1
index d0421de..5684327
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "circadian"
-version = "0.3.0"
+version = "0.3.1-rc"
 authors = ["Trevor Bentley <trevor@trevorbentley.com>"]
 description = "Linux auto-suspend/wake power management daemon"
 keywords = ["linux", "power", "suspend", "daemon", "service"]