From d4c099018b5b0bdb2f09b314d87c28cf13ff9c09 Mon Sep 17 00:00:00 2001 From: badlogic Date: Thu, 5 Aug 2021 15:54:35 +0200 Subject: [PATCH] [libgdx] Update README.md with most recent release version --- spine-libgdx/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spine-libgdx/README.md b/spine-libgdx/README.md index 5cbef3f11..25b9c4839 100644 --- a/spine-libgdx/README.md +++ b/spine-libgdx/README.md @@ -47,7 +47,7 @@ cd spine-libgdx/spine-libgdx mvn install ``` -The version number is composed of the editor number at the time of release of the Maven artifact plus a patch number at the end. E.g. `4.0.02.1` means editor version `4.0.02`, and patch version `1` for the runtime. The editor version is updated everytime a new editor release is performed, the patch version is updated everytime a new fix or enhancement is released in the runtime. +The version number is composed of the editor number at the time of release of the Maven artifact plus a patch number at the end. E.g. `4.0.18.1` means editor version `4.0.18`, and patch version `1` for the runtime. The editor version is updated everytime a new editor release is performed, the patch version is updated everytime a new fix or enhancement is released in the runtime. ### Maven @@ -57,7 +57,7 @@ To add the spine-libgdx runtime to your Maven project, add this dependency: com.esotericsoftware.spine spine-libgdx - 4.0.02.1 + 4.0.18.1 ``` @@ -83,7 +83,7 @@ project(":core") { compile "com.badlogicgames.gdx:gdx:$gdxVersion" compile "com.badlogicgames.gdx:gdx-box2d:$gdxVersion" - compile "com.esotericsoftware.spine:spine-libgdx:4.0.02.1" + compile "com.esotericsoftware.spine:spine-libgdx:4.0.18.1" } } ```