summary history branches tags files
commit:c4f10a8bbb8063f5ee892c077beb7ca0dfef5953
author:Trevor Bentley
committer:Trevor Bentley
date:Mon Apr 2 14:22:49 2018 +0200
parents:c5bc0c4e0d587121c70b6d9877792a386aa6f9e3
Release 0.4.0
diff --git a/Cargo.lock b/Cargo.lock
line changes: +1/-1
index 67eb031..bd288a3
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -987,7 +987,7 @@ dependencies = [
 
 [[package]]
 name = "toucHNews"
-version = "0.3.4-rc"
+version = "0.4.0"
 dependencies = [
  "fruitbasket 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
  "hn 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",

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