Skip to content

Commit

Permalink
update changes and version to b6
Browse files Browse the repository at this point in the history
  • Loading branch information
xpenatan committed Jul 23, 2023
1 parent 97f7d0d commit 142fc7a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
[1.0.0-SNAPSHOT]
-

[1.0.0-b6]
- Update libgdx to version 1.12.0
- Update jParser to version b3
- Update teavm to version 0.9.0-dev-7

[1.0.0-b5]
- Option in App config to show download logs. Default is set to false.
- Implement setApplicationLogger method.
Expand Down
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ project.ext {
groupId = "com.github.xpenatan.gdx-teavm"
var isRelease = System.getenv('RELEASE')
if(isRelease != null && isRelease.toBoolean()) {
gdxTeaVMVersion = "1.0.0-b5"
gdxTeaVMVersion = "1.0.0-b6"
}
else {
gdxTeaVMVersion = "1.0.0-SNAPSHOT"
Expand Down

0 comments on commit 142fc7a

Please sign in to comment.