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