From 2bdf015f603a82b2576702c3cab0518459c27c7d Mon Sep 17 00:00:00 2001 From: Thomas Cashman Date: Mon, 4 Jan 2021 22:58:17 +0000 Subject: [PATCH] Tagging 1.9.12 --- README.md | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 97faae6..e7731b6 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Usage ---------------------- ```gradle -compile "org.mini2Dx:gdx-xml:1.9.11" +compile "org.mini2Dx:gdx-xml:1.9.12" ``` This project's only dependency is [gdx-collections](https://github.com/mini2Dx/gdx-collections). diff --git a/gradle.properties b/gradle.properties index 12427d0..e2c1ef6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -libgdxVersion=1.9.11 +libgdxVersion=1.9.12