summary history branches tags files
commit:88162f9419e82fc75a5af041b8bc328adcdd1db0
author:Trevor Bentley
committer:Trevor Bentley
date:Fri Aug 4 10:29:32 2017 +0200
parents:22645e020e7a21af066471efdd3baa60d64011d5
(cargo-release) start next development iteration 0.3.3-rc
diff --git a/Cargo.lock b/Cargo.lock
line changes: +1/-1
index 646bfdd..7e38044
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,6 +1,6 @@
 [root]
 name = "toucHNews"
-version = "0.3.2"
+version = "0.3.3-rc"
 dependencies = [
  "fruitbasket 0.5.0 (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 0b93d9f..e347a60
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "toucHNews"
-version = "0.3.2"
+version = "0.3.3-rc"
 authors = ["Trevor Bentley <mrmekon@gmail.com>"]
 description = "Hacker News (YCombinator) news feed for the Mac Touch Bar"
 keywords = ["news", "hackernews", "touchbar", "mac", "osx"]