File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ docs:
210210 ldoc . $(LDOC_ARGS )
211211
212212set-version :
213- sed -i -E -e ' s/[0-9]+\.[0-9]+\.[0-9]+/$(VERSION)/' \
213+ sed -i ' ' -E -e ' s/[0-9]+\.[0-9]+\.[0-9]+/$(VERSION)/' \
214214 src/late_globals.lua \
215215 plugin/plugin.cfg
216216
Original file line number Diff line number Diff line change 33name =" Lua PluginScript"
44description =" Tools for Lua PluginScript: REPL tab and export plugin for minifying scripts"
55author =" gilzoide"
6- version =" 0.4 .0"
6+ version =" 0.5 .0"
77script =" plugin.gd"
Original file line number Diff line number Diff line change 4848 PropertyHint = PropertyHint ,
4949 --- `Enumerations.PropertyUsage`
5050 PropertyUsage = PropertyUsage ,
51- --- Project version: 0.4 .0
52- _VERSION = ' 0.4 .0' ,
51+ --- Project version: 0.5 .0
52+ _VERSION = ' 0.5 .0' ,
5353}
5454
5555local global_constants = api .godot_get_global_constants ()
You can’t perform that action at this time.
0 commit comments