summary history branches tags files
commit:39b6c60b14b6a2e58d4ba68aaf4885c9dab9ecea
author:Trevor Bentley
committer:Trevor Bentley
date:Sun Jul 30 13:32:09 2017 +0200
parents:33a0b84511205463c42e9f1cea7009a55a2bfcf1
Release 0.3.0
diff --git a/Cargo.lock b/Cargo.lock
line changes: +1/-1
index 3bcdd71..a835c5e
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,6 +1,6 @@
 [root]
 name = "toucHNews"
-version = "0.2.2-rc"
+version = "0.3.0"
 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 3eaee92..47ce146
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "toucHNews"
-version = "0.2.2-rc"
+version = "0.3.0"
 authors = ["Trevor Bentley <mrmekon@gmail.com>"]
 description = "Hacker News (YCombinator) news feed for the Mac Touch Bar"
 keywords = ["news", "hackernews", "touchbar", "mac", "osx"]