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