File tree 3 files changed +6
-4
lines changed
3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
- ## [ Unreleased] ( https://github.com/gilzoide/godot-lua-pluginscript/compare/0.5.0...HEAD )
2
+ ## [ Unreleased] ( https://github.com/gilzoide/godot-lua-pluginscript/compare/0.5.1...HEAD )
3
+
4
+ ## [ 0.5.1] ( https://github.com/gilzoide/godot-lua-pluginscript/releases/tag/0.5.1 )
3
5
### Fixed
4
6
5
7
- Plugin initialization on Windows ([ #31 ] ( https://github.com/gilzoide/godot-lua-pluginscript/issues/31 ) )
Original file line number Diff line number Diff line change 3
3
name =" Lua PluginScript"
4
4
description =" Tools for Lua PluginScript: REPL tab and export plugin for minifying scripts"
5
5
author =" gilzoide"
6
- version =" 0.5.0 "
6
+ version =" 0.5.1 "
7
7
script =" plugin.gd"
Original file line number Diff line number Diff line change 48
48
PropertyHint = PropertyHint ,
49
49
--- `Enumerations.PropertyUsage`
50
50
PropertyUsage = PropertyUsage ,
51
- --- Project version: 0.5.0
52
- _VERSION = ' 0.5.0 ' ,
51
+ --- Project version: 0.5.1
52
+ _VERSION = ' 0.5.1 ' ,
53
53
}
54
54
55
55
local global_constants = api .godot_get_global_constants ()
You can’t perform that action at this time.
0 commit comments