Skip to content

Commit

Permalink
Bump version to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gilzoide committed Jan 4, 2023
1 parent ee771e4 commit 0523d76
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog
## [Unreleased](https://github.com/gilzoide/godot-lua-pluginscript/compare/0.5.0...HEAD)
## [Unreleased](https://github.com/gilzoide/godot-lua-pluginscript/compare/0.5.1...HEAD)

## [0.5.1](https://github.com/gilzoide/godot-lua-pluginscript/releases/tag/0.5.1)
### Fixed

- Plugin initialization on Windows ([#31](https://github.com/gilzoide/godot-lua-pluginscript/issues/31))
Expand Down
2 changes: 1 addition & 1 deletion plugin/plugin.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
name="Lua PluginScript"
description="Tools for Lua PluginScript: REPL tab and export plugin for minifying scripts"
author="gilzoide"
version="0.5.0"
version="0.5.1"
script="plugin.gd"
4 changes: 2 additions & 2 deletions src/late_globals.lua
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ GD = {
PropertyHint = PropertyHint,
--- `Enumerations.PropertyUsage`
PropertyUsage = PropertyUsage,
--- Project version: 0.5.0
_VERSION = '0.5.0',
--- Project version: 0.5.1
_VERSION = '0.5.1',
}

local global_constants = api.godot_get_global_constants()
Expand Down

0 comments on commit 0523d76

Please sign in to comment.