summary history branches tags files
commit:80cf2acd811602425e5dd1cca2e4a6f8a9bd25cf
author:Trevor Bentley
committer:Trevor Bentley
date:Sun Jul 30 15:21:57 2017 +0200
parents:c3912dfb21b6282c9de5c27e54587028f5e42e16
(cargo-release) start next development iteration 0.3.2-rc
diff --git a/Cargo.lock b/Cargo.lock
line changes: +1/-1
index e0ba804..0c6be9b
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,6 +1,6 @@
 [root]
 name = "toucHNews"
-version = "0.3.1"
+version = "0.3.2-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 c992e85..655a1dc
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "toucHNews"
-version = "0.3.1"
+version = "0.3.2-rc"
 authors = ["Trevor Bentley <mrmekon@gmail.com>"]
 description = "Hacker News (YCombinator) news feed for the Mac Touch Bar"
 keywords = ["news", "hackernews", "touchbar", "mac", "osx"]