Skip to content

Commit

Permalink
Release 1.12.0.0 !
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyettinger committed Jul 4, 2023
1 parent 44433b1 commit 245a87f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ buildscript {
}
}

version = "1.12.0.0-SNAPSHOT"
version = "1.12.0.0"
mainClassName = 'gdx.liftoff.MainKt'
sourceCompatibility = JavaVersion.VERSION_1_8

Expand Down Expand Up @@ -82,7 +82,7 @@ dependencies {
implementation "org.lwjgl:lwjgl-nfd:$lwjgl3Version:natives-windows"
implementation "org.lwjgl:lwjgl-nfd:$lwjgl3Version:natives-windows-x86"

// implementation "io.github.lukehutch:fast-classpath-scanner:2.21" // handled by gdx-lml fork
implementation "io.github.lukehutch:fast-classpath-scanner:2.21"
implementation "com.github.kittinunf.fuel:fuel:2.3.1"
// implementation "com.github.devcsrj:mvnrepository-api-client:1.1.1" // old, has vulnerable dependencies
implementation 'com.github.tommyettinger:mvnrepository-client:ad8deb8f2f'
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.11.0.9
1.12.0.0

0 comments on commit 245a87f

Please sign in to comment.