Skip to content

Commit

Permalink
Update version to 1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
raeleus committed Oct 28, 2024
1 parent 712e5a4 commit 733aa29
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Changelog
### Version 1.0.9
*
### Version 1.0.8
* Fixed crash when changing the preview background color
* Fixed crash on Mac when opening file picker dialogs
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ task versionText {
}

subprojects {
version = '1.0.8'
version = '1.0.9'
ext.appName = 'gdx-particle-editor'
repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion core/src/main/resources/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.8
1.0.9

0 comments on commit 733aa29

Please sign in to comment.