From 532aed11bd8fc65440589944822c7483fa94a3e1 Mon Sep 17 00:00:00 2001 From: Matt Green Date: Thu, 20 Oct 2016 11:39:16 -0400 Subject: [PATCH] Bump version to 1.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 797375d..28417a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "watchexec" -version = "1.1.1" +version = "1.2.0" authors = ["Matt Green "] description = "Executes commands in response to file modifications" documentation = "https://github.com/mattgreen/watchexec"