summary history branches tags files
commit:11984aa30b71a76077bf61ed5d55f8e0ab2494d1
author:Trevor Bentley
committer:Trevor Bentley
date:Thu Jul 27 18:42:52 2017 +0200
parents:4c60967a62af8afb5f31cf9b60642d8b54355ce1
(cargo-release) start next development iteration 0.2.2-rc
diff --git a/Cargo.lock b/Cargo.lock
line changes: +1/-1
index ce028b1..d0355d2
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,6 +1,6 @@
 [root]
 name = "toucHNews"
-version = "0.2.1"
+version = "0.2.2-rc"
 dependencies = [
  "hn 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
  "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",

diff --git a/Cargo.toml b/Cargo.toml
line changes: +1/-1
index 34a91a1..42f6d16
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "toucHNews"
-version = "0.2.1"
+version = "0.2.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"]