Skip to content

Commit

Permalink
I'm fairly sure gdx-teavm 1.0.2 is better.
Browse files Browse the repository at this point in the history
If there's some issues with 1.0.2 that aren't in 1.0.1, it will be trivial to revert this. One-character change.
  • Loading branch information
tommyettinger committed Jul 19, 2024
1 parent 6b99a7e commit 81893cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/gdx/liftoff/data/project/Data.kt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ data class AdvancedProjectData(
*/
val gdxTeaVMVersion: String
get() = Repository.MavenCentral.getLatestVersion(group = "com.github.xpenatan.gdx-teavm", name = "backend-teavm")
?: "1.0.1"
?: "1.0.2"

/**
* Version of the main TeaVM project.
Expand Down

0 comments on commit 81893cf

Please sign in to comment.