From 02ddcd0e20d59867e7772885a42a7c8e0bdd896a Mon Sep 17 00:00:00 2001 From: Hung-I Wang Date: Wed, 25 Sep 2019 16:45:53 +0800 Subject: [PATCH] Bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ec73fd4..a9f8e10 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -490,7 +490,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "intray" -version = "0.3.2" +version = "0.3.3" dependencies = [ "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index c9e6c9a..e473685 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "intray" -version = "0.3.2" +version = "0.3.3" edition = "2018" authors = ["Hung-I Wang "] license-file = "LICENSE"