summary history branches tags files
commit:642d1fa9682ed9a355ebfd1e4499ec0da6b2acac
author:Trevor Bentley
committer:Trevor Bentley
date:Tue Aug 8 23:40:01 2017 +0200
parents:9f174a37807b5d96fc5aa6a8145aec13e05ab8e0
(cargo-release) start next development iteration 0.3.4-rc
diff --git a/Cargo.lock b/Cargo.lock
line changes: +1/-1
index d693fc7..7994231
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,6 +1,6 @@
 [root]
 name = "toucHNews"
-version = "0.3.3"
+version = "0.3.4-rc"
 dependencies = [
  "fruitbasket 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
  "hn 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",

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