Skip to content

Commit

Permalink
Bumped version to v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrlabs committed Oct 10, 2021
1 parent d39b338 commit d88978f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Translations: Korean, French

### Fixed
- Issue where Lorien the mouse cursor vanished when switching from annother proram to Lorien while a dialog was open
- Issue where the the mouse cursor vanished when switching from annother program to Lorien while a dialog was open
- Some UI elements were not hooked up to the localization system

### Changed
Expand Down
2 changes: 1 addition & 1 deletion lorien/Config.gd
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ class_name Config
const VERSION_MAJOR := 0
const VERSION_MINOR := 4
const VERSION_PATCH := 0
const VERSION_STATUS := "-dev"
const VERSION_STATUS := ""
const VERSION_STRING := "%d.%d.%d%s" % [VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH, VERSION_STATUS]
const CONFIG_PATH := "user://settings.cfg"
const PALETTES_PATH := "user://palettes.cfg"
Expand Down

0 comments on commit d88978f

Please sign in to comment.