소스 검색

[libgdx] Release 4.2.5

Mario Zechner 1 년 전
부모
커밋
a010b69f3e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      spine-libgdx/publishing.gradle

+ 1 - 1
spine-libgdx/publishing.gradle

@@ -3,7 +3,7 @@ project("spine-libgdx") {
     apply plugin: "maven-publish"
     apply plugin: "signing"
 
-    def libraryVersion = "4.2.5-SNAPSHOT"
+    def libraryVersion = "4.2.5"
 
     dependencies {
         implementation "com.badlogicgames.gdx:gdx:$libgdxVersion"