We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eacf580 commit bd86342Copy full SHA for bd86342
plugin/plugin.cfg
@@ -3,5 +3,5 @@
3
name="Lua PluginScript"
4
description="Tools for Lua PluginScript: REPL tab and export plugin for minifying scripts"
5
author="gilzoide"
6
-version="0.3.1"
+version="0.4.0"
7
script="plugin.gd"
src/late_globals.lua
@@ -48,8 +48,8 @@ GD = {
48
PropertyHint = PropertyHint,
49
--- `Enumerations.PropertyUsage`
50
PropertyUsage = PropertyUsage,
51
- --- Project version: 0.3.1
52
- _VERSION = '0.3.1',
+ --- Project version: 0.4.0
+ _VERSION = '0.4.0',
53
}
54
55
local global_constants = api.godot_get_global_constants()
0 commit comments