summary history branches tags files
commit:9dbb2b2ab3827f50331bef6a88b80f281501f102
author:Trevor Bentley
committer:Trevor Bentley
date:Sun Jul 30 13:33:13 2017 +0200
parents:39b6c60b14b6a2e58d4ba68aaf4885c9dab9ecea
(cargo-release) start next development iteration 0.3.1-rc
diff --git a/Cargo.lock b/Cargo.lock
line changes: +1/-1
index a835c5e..2a6c309
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,6 +1,6 @@
 [root]
 name = "toucHNews"
-version = "0.3.0"
+version = "0.3.1-rc"
 dependencies = [
  "fruitbasket 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
  "hn 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",

diff --git a/Cargo.toml b/Cargo.toml
line changes: +1/-1
index 47ce146..a47d6e7
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "toucHNews"
-version = "0.3.0"
+version = "0.3.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"]