commit: | 22645e020e7a21af066471efdd3baa60d64011d5 |
author: | Trevor Bentley |
committer: | Trevor Bentley |
date: | Fri Aug 4 10:28:17 2017 +0200 |
parents: | 7be3f9e2c7cc77eca62f381f55f5024bee8f97c6 |
diff --git a/Cargo.lock b/Cargo.lock line changes: +1/-1 index f850e3a..646bfdd --- a/Cargo.lock +++ b/Cargo.lock
@@ -1,6 +1,6 @@ [root] name = "toucHNews" -version = "0.3.2-rc" +version = "0.3.2" dependencies = [ "fruitbasket 0.5.0 (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 efb56f1..0b93d9f --- a/Cargo.toml +++ b/Cargo.toml
@@ -1,6 +1,6 @@ [package] name = "toucHNews" -version = "0.3.2-rc" +version = "0.3.2" authors = ["Trevor Bentley <mrmekon@gmail.com>"] description = "Hacker News (YCombinator) news feed for the Mac Touch Bar" keywords = ["news", "hackernews", "touchbar", "mac", "osx"]