commit: | 4c60967a62af8afb5f31cf9b60642d8b54355ce1 |
author: | Trevor Bentley |
committer: | Trevor Bentley |
date: | Thu Jul 27 18:41:36 2017 +0200 |
parents: | 9affc5c0890b31afbb8999c59b9b89ae52e9ed40 |
diff --git a/Cargo.lock b/Cargo.lock line changes: +1/-1 index d93c414..ce028b1 --- a/Cargo.lock +++ b/Cargo.lock
@@ -1,6 +1,6 @@ [root] name = "toucHNews" -version = "0.2.1-rc" +version = "0.2.1" dependencies = [ "hn 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml line changes: +1/-1 index 3f2126d..34a91a1 --- a/Cargo.toml +++ b/Cargo.toml
@@ -1,6 +1,6 @@ [package] name = "toucHNews" -version = "0.2.1-rc" +version = "0.2.1" authors = ["Trevor Bentley <mrmekon@gmail.com>"] description = "Hacker News (YCombinator) news feed for the Mac Touch Bar" keywords = ["news", "hackernews", "touchbar", "mac", "osx"]