summary history branches tags files
commit:54822c7ef4d1da92bf299c5d7e2a1db747d48635
author:Trevor Bentley
committer:Trevor Bentley
date:Thu Nov 16 21:47:26 2017 +0100
parents:a92fbd8e207f9abf978d24f044759cda8f8f3320
Release 0.4.0
diff --git a/Cargo.lock b/Cargo.lock
line changes: +1/-1
index ea4433d..177c8cc
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,6 +1,6 @@
 [root]
 name = "circadian"
-version = "0.3.1-rc"
+version = "0.4.0"
 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 ec4f90c..8a17dac
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "circadian"
-version = "0.3.1-rc"
+version = "0.4.0"
 authors = ["Trevor Bentley <trevor@trevorbentley.com>"]
 description = "Linux auto-suspend/wake power management daemon"
 keywords = ["linux", "power", "suspend", "daemon", "service"]