From f8c9a9526038d466e2a8749e9e042af50d5bccc8 Mon Sep 17 00:00:00 2001 From: "Chris \"Yoh\" Meyers" <48554065+yoh-meyers@users.noreply.github.com> Date: Mon, 22 Jun 2020 21:59:00 +0200 Subject: [PATCH] Bump to v0.2.0: - Upgrade to Dance v0.2.1 - Fix Windows error, when trying to run `chmod` --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index f7b2834..e10961a 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "DanceWebpack" uuid = "a3f6d6af-7219-4169-95a2-3e0714860109" authors = ["Chris \"Yoh\" Meyers <48554065+yoh-meyers@users.noreply.github.com>"] -version = "0.1.0" +version = "0.2.0" [deps] Dance = "fc0ff973-d74e-417c-9681-260383068f65"