Skip to content

Commit

Permalink
Bump version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gilzoide committed Nov 6, 2021
1 parent 25baf70 commit 3c103bd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog
## [Unreleased]


## [0.3.1]
### Added
- Support for `codesign`ing OSX builds directly from make invocation.
The optional parameters are `CODE_SIGN_IDENTITY` and `OTHER_CODE_SIGN_FLAGS`.
Expand Down Expand Up @@ -86,7 +89,8 @@
- API documentation


[Unreleased]: https://github.com/gilzoide/godot-lua-pluginscript/compare/0.3.0...HEAD
[Unreleased]: https://github.com/gilzoide/godot-lua-pluginscript/compare/0.3.1...HEAD
[0.3.0]: https://github.com/gilzoide/godot-lua-pluginscript/releases/tag/0.3.1
[0.3.0]: https://github.com/gilzoide/godot-lua-pluginscript/releases/tag/0.3.0
[0.2.0]: https://github.com/gilzoide/godot-lua-pluginscript/releases/tag/0.2.0
[0.1.0]: https://github.com/gilzoide/godot-lua-pluginscript/releases/tag/0.1.0
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.3.0"
version="0.3.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.3.0
_VERSION = '0.3.0',
--- Project version: 0.3.1
_VERSION = '0.3.1',
}

local global_constants = api.godot_get_global_constants()
Expand Down

0 comments on commit 3c103bd

Please sign in to comment.