diff --git a/addons/gd-plug/plug.gd b/addons/gd-plug/plug.gd index 609bd7f..e5b0e8a 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.2" +const VERSION = "0.2.3" 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"