commit: | 9f174a37807b5d96fc5aa6a8145aec13e05ab8e0 |
author: | Trevor Bentley |
committer: | Trevor Bentley |
date: | Tue Aug 8 23:38:50 2017 +0200 |
parents: | 20a0fbf5d4b152076077e158f26fa90ba84eef74 |
diff --git a/Cargo.lock b/Cargo.lock line changes: +1/-1 index 073f5f0..d693fc7 --- a/Cargo.lock +++ b/Cargo.lock
@@ -1,6 +1,6 @@ [root] name = "toucHNews" -version = "0.3.3-rc" +version = "0.3.3" dependencies = [ "fruitbasket 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "hn 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml line changes: +1/-1 index e347a60..59b5f94 --- a/Cargo.toml +++ b/Cargo.toml
@@ -1,6 +1,6 @@ [package] name = "toucHNews" -version = "0.3.3-rc" +version = "0.3.3" authors = ["Trevor Bentley <mrmekon@gmail.com>"] description = "Hacker News (YCombinator) news feed for the Mac Touch Bar" keywords = ["news", "hackernews", "touchbar", "mac", "osx"]