summary history branches tags files
commit:a9626455b7011f414326dfb6261de7ff5c0104da
author:Trevor Bentley
committer:Trevor Bentley
date:Mon Apr 2 14:24:13 2018 +0200
parents:c4f10a8bbb8063f5ee892c077beb7ca0dfef5953
(cargo-release) start next development iteration 0.4.1-rc
diff --git a/Cargo.lock b/Cargo.lock
line changes: +1/-1
index bd288a3..f650750
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -987,7 +987,7 @@ dependencies = [
 
 [[package]]
 name = "toucHNews"
-version = "0.4.0"
+version = "0.4.1-rc"
 dependencies = [
  "fruitbasket 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
  "hn 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",

diff --git a/Cargo.toml b/Cargo.toml
line changes: +1/-1
index 81dbd98..e8d2d61
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "toucHNews"
-version = "0.4.0"
+version = "0.4.1-rc"
 authors = ["Trevor Bentley <mrmekon@gmail.com>"]
 description = "Hacker News (YCombinator) news feed for the Mac Touch Bar"
 keywords = ["news", "hackernews", "touchbar", "mac", "osx"]