Skip to content

Commit

Permalink
update teavm version
Browse files Browse the repository at this point in the history
  • Loading branch information
xpenatan committed May 1, 2024
1 parent f68fcb2 commit 1a1235c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ object LibExt {
val libVersion: String = getVersion()

const val gdxVersion = "1.12.1"
const val teaVMVersion = "0.10.0-dev-12"
const val teaVMVersion = "0.10.0"

const val gdxImGuiVersion = "1.0.0-SNAPSHOT"
const val gdxMultiViewVersion = "1.0.0-SNAPSHOT"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=1.0.0-b9
version=1.0.0-b10

0 comments on commit 1a1235c

Please sign in to comment.