From 46b5e021a9fe54bbae2765c94d1e8b3c364842b0 Mon Sep 17 00:00:00 2001 From: Tan Jian Ping Date: Sun, 11 Jun 2023 20:55:10 +0800 Subject: [PATCH] Update version to 0.1.4 --- addons/gd-plug/plug.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/gd-plug/plug.gd b/addons/gd-plug/plug.gd index a061f43..9e1f9be 100644 --- a/addons/gd-plug/plug.gd +++ b/addons/gd-plug/plug.gd @@ -3,7 +3,7 @@ extends SceneTree signal updated(plugin) -const VERSION = "0.1.3" +const VERSION = "0.1.4" const DEFAULT_PLUGIN_URL = "https://git::@github.com/%s.git" const DEFAULT_PLUG_DIR = "res://.plugged" const DEFAULT_CONFIG_PATH = DEFAULT_PLUG_DIR + "/index.cfg"