소스 검색

feat: 修改vaptool工具版本号

hexleo 4 년 전
부모
커밋
3c9c8769e1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Android/PlayerProj/animtool/src/main/java/com/tencent/qgame/playerproj/animtool/ui/ToolUI.java

+ 1 - 1
Android/PlayerProj/animtool/src/main/java/com/tencent/qgame/playerproj/animtool/ui/ToolUI.java

@@ -44,7 +44,7 @@ import javax.swing.SpinnerNumberModel;
 public class ToolUI {
 
     private static final String TAG = "ToolUI";
-    private static final String TOOL_VERSION = "VAP tool 2.0.4";
+    private static final String TOOL_VERSION = "VAP tool 2.0.6";
     private static final String PROPERTIES_FILE = "setting.properties";
     public static final int WIDTH = 900;
     public static final int HEIGHT = 750;