Fix libGDX versioni in Maven and Gradle builds.

This commit is contained in:
badlogic 2020-10-22 14:52:59 +02:00
parent d2529d410b
commit 2545b4efdc
2 changed files with 5 additions and 5 deletions

View File

@ -2,10 +2,10 @@ apply plugin: "java"
apply plugin: "maven"
group = "com.github.EsotericSoftware"
version = "3.9-beta"
version = "4.0-beta"
ext {
libgdxVersion = "1.9.10"
libgdxVersion = "1.9.11"
}
sourceSets.main.java.srcDirs = ["spine-libgdx/src"]

View File

@ -10,7 +10,7 @@
<groupId>com.esotericsoftware.spine</groupId>
<artifactId>spine-libgdx</artifactId>
<packaging>jar</packaging>
<version>3.9.0.1-SNAPSHOT</version>
<version>4.0.0.1-SNAPSHOT</version>
<name>spine-libgdx</name>
@ -39,7 +39,7 @@
<connection>scm:git:https://github.com/EsotericSoftware/spine-runtimes.git</connection>
<developerConnection>scm:git:https://github.com/EsotericSoftware/spine-runtimes.git</developerConnection>
<url>https://github.com/EsotericSoftware/spine-runtimes/</url>
<tag>spine-libgdx-3.8.55.1</tag>
<tag>spine-libgdx-4.0.00.1</tag>
</scm>
<repositories>
@ -51,7 +51,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<gdx.version>1.9.11-SNAPSHOT</gdx.version>
<gdx.version>1.9.11</gdx.version>
</properties>
<build>