Skip to content

Commit bd86342

Browse files
committed
Bump version to 0.4.0
1 parent eacf580 commit bd86342

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

plugin/plugin.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
name="Lua PluginScript"
44
description="Tools for Lua PluginScript: REPL tab and export plugin for minifying scripts"
55
author="gilzoide"
6-
version="0.3.1"
6+
version="0.4.0"
77
script="plugin.gd"

src/late_globals.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ GD = {
4848
PropertyHint = PropertyHint,
4949
--- `Enumerations.PropertyUsage`
5050
PropertyUsage = PropertyUsage,
51-
--- Project version: 0.3.1
52-
_VERSION = '0.3.1',
51+
--- Project version: 0.4.0
52+
_VERSION = '0.4.0',
5353
}
5454

5555
local global_constants = api.godot_get_global_constants()

0 commit comments

Comments
 (0)