Skip to content

Commit

Permalink
Release 1.9.12.2 with super-koalio demo.
Browse files Browse the repository at this point in the history
There's also some updated extension versions.
  • Loading branch information
tommyettinger committed Dec 25, 2020
1 parent 31b8185 commit e5230ad
Show file tree
Hide file tree
Showing 10 changed files with 398 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ buildscript {
}
}

version = "1.9.12.2-SNAPSHOT"
version = "1.9.12.2"
mainClassName = 'com.github.czyzby.setup.MainKt'

jar {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import com.kotcrab.vis.ui.widget.file.FileChooser
@Component
class Configuration {
companion object {
const val VERSION = "1.9.12.2-SNAPSHOT"
const val VERSION = "1.9.12.2"
const val WIDTH = 600
const val HEIGHT = 700
const val PREFERENCES_PATH = "gdx-liftoff-prefs"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ class Formic : ThirdPartyExtension() {
@Extension
class Colorful : ThirdPartyExtension() {
override val id = "colorful"
override val defaultVersion = "0.3.0"
override val defaultVersion = "0.4.0"
override val url = "https://github.com/tommyettinger/colorful-gdx"

override fun initiateDependencies(project: Project) {
Expand All @@ -344,7 +344,7 @@ class Colorful : ThirdPartyExtension() {
@Extension
class Anim8 : ThirdPartyExtension() {
override val id = "anim8"
override val defaultVersion = "0.2.3"
override val defaultVersion = "0.2.4"
override val url = "https://github.com/tommyettinger/anim8-gdx"

override fun initiateDependencies(project: Project) {
Expand Down Expand Up @@ -397,6 +397,7 @@ class SpineRuntime : ThirdPartyExtension() {
* MrStahlfelge's fantastic upgrades to controller support for desktop, Android, and GWT.
* If something doesn't work in the official controller extension, it's probably been fixed here.
* Change the version to 1.0.1 if you use libGDX 1.9.10 or earlier!
* This will replace the official gdx-controllers in the next libGDX release, and the dependency will change.
* @author MrStahlfelge
*/
@Extension
Expand Down Expand Up @@ -563,7 +564,7 @@ class JBump : ThirdPartyExtension() {
@Extension
class Kryo : ThirdPartyExtension() {
override val id = "kryo"
override val defaultVersion = "5.0.0"
override val defaultVersion = "5.0.3"
override val url = "https://github.com/EsotericSoftware/kryo"

override fun initiateDependencies(project: Project) {
Expand Down Expand Up @@ -595,7 +596,7 @@ class KryoNet : ThirdPartyExtension() {
@Extension
class Guacamole : ThirdPartyExtension() {
override val id = "guacamole"
override val defaultVersion = "0.2.2"
override val defaultVersion = "0.2.3"
override val url = "https://github.com/crykn/guacamole"
override fun initiateDependencies(project: Project) {
addDependency(project, Core.ID, "com.github.crykn.guacamole:core")
Expand Down
Loading

0 comments on commit e5230ad

Please # to comment.