diff --git a/addons/gd-plug/plug.gd b/addons/gd-plug/plug.gd index 2061519..eadff4c 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.2.3" +const VERSION = "0.2.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"