summary history branches tags files
commit:2005c6f05c233b8ce35b86edd1fcb1e1b34c6b65
author:Trevor Bentley
committer:Trevor Bentley
date:Thu Jul 27 00:04:54 2017 +0200
parents:2e2e10ea52cb80dc79bed033031993e1ca23bb40
(cargo-release) start next development iteration 0.2.1-rc
diff --git a/Cargo.lock b/Cargo.lock
line changes: +1/-1
index 38a44fe..4d99767
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,6 +1,6 @@
 [root]
 name = "toucHNews"
-version = "0.2.0"
+version = "0.2.1-rc"
 dependencies = [
  "hn 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
  "objc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",

diff --git a/Cargo.toml b/Cargo.toml
line changes: +1/-1
index 2d88b89..ce33aa1
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "toucHNews"
-version = "0.2.0"
+version = "0.2.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"]