Skip to content

Commit

Permalink
[libgdx] Fix version numbers in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
badlogic committed May 27, 2024
1 parent 1336255 commit 247f285
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spine-libgdx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ To add the spine-libgdx runtime to your Maven project, add this dependency:
<dependency>
<groupId>com.esotericsoftware.spine</groupId>
<artifactId>spine-libgdx</artifactId>
<version>4.0.18.1</version>
<version>4.2.0</version>
</dependency>
```

Expand All @@ -78,7 +78,7 @@ project(":core") {
compile "com.badlogicgames.gdx:gdx:$gdxVersion"
compile "com.badlogicgames.gdx:gdx-box2d:$gdxVersion"
compile "com.esotericsoftware.spine:spine-libgdx:4.0.18.1"
compile "com.esotericsoftware.spine:spine-libgdx:4.2.0"
}
}
```
Expand Down

0 comments on commit 247f285

Please sign in to comment.