From 3a013db7fce03dff55559e0692da4122c0d5f73a Mon Sep 17 00:00:00 2001 From: Kyle Machulis Date: Thu, 4 May 2017 15:49:17 -0700 Subject: [PATCH] doc: Roll build to 0.2.0 for linux release Punting #15 (icon text for linux) back to v0.3 and releasing 0.2 so that linux support is on crates.io. Fixes #5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4d9450c..5728a7b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "systray" -version = "0.1.1" +version = "0.2.0" authors = ["Kyle Machulis "] description = "Rust library for making minimal cross-platform systray GUIs" license = "BSD-3-Clause"