Skip to content

Commit 58886f6

Browse files
author
野松
committed
request update: update version to 0.5.2
1 parent 3108bdc commit 58886f6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Android/LuaViewSDK/src/com/taobao/luaview/global/SdkVersion.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@ public class SdkVersion {
1818

1919
public static final String V_051 = "0.5.1";
2020

21+
public static final String V_052 = "0.5.2";
22+
2123
public static String getCurrent() {
22-
return V_051;
24+
return V_052;
2325
}
2426

2527
/**

0 commit comments

Comments
 (0)