Skip to content

Commit 4ecbc45

Browse files
committed
fix(PluginLoader): increment plugin api version
1 parent aebc657 commit 4ecbc45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/global/plugin_loader.gd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class_name PluginLoader
1818
## pack.
1919

2020
const PLUGIN_STORE_URL = "https://raw.githubusercontent.com/ShadowBlip/OpenGamepadUI-plugins/main/plugins.json"
21-
const PLUGIN_API_VERSION = "1.1.0"
21+
const PLUGIN_API_VERSION = "1.2.0"
2222
const PLUGINS_DIR = "user://plugins"
2323
const LOADED_PLUGINS_DIR = "res://plugins"
2424
const REQUIRED_META = ["plugin.name", "plugin.version", "plugin.min-api-version", "entrypoint"]

0 commit comments

Comments
 (0)