From 568498c04322118d403c75c0ccd89259a67119c5 Mon Sep 17 00:00:00 2001 From: Michael Zhang Date: Sun, 30 Sep 2018 17:00:12 -0500 Subject: [PATCH] bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b9576a4..8ecbdcf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "leanshot" description = "Screenshot capture for Linux." -version = "0.3.1" +version = "0.3.2" repository = "https://github.com/iptq/leanshot" license-file = "LICENSE" authors = ["Michael Zhang "]