8000 修改版本号为0.5.2 · pythonzz/LuaViewSDK@f68f8e6 · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit f68f8e6

Browse files
author
敛心
committed
修改版本号为0.5.2
1 parent 434feff commit f68f8e6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

IOS/SDK/LuaViewSDK/Classes/PKG/LVPkgManager.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
#define LUAVIEW_ROOT_PATH @"LUAVIEW_5_11_0"
1313
#define LUAVIEW_VERSION "5.16.0"
14-
#define LUAVIEW_SDK_VERSION "0.5.1"
14+
#define LUAVIEW_SDK_VERSION "0.5.2"
1515

1616

1717
extern NSString * const LV_FILE_NAME_OF_PACKAGE_DOWNLOAD_URL;

LuaViewSDK.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Pod::Spec.new do |s|
33

44
s.name = "LuaViewSDK"
5-
s.version = "2.5.22.0"
5+
s.version = "0.5.2"
66
s.summary = "LuaView SDK"
77

88
s.description = <<-DESC
@@ -25,7 +25,7 @@ Pod::Spec.new do |s|
2525

2626
s.platform = :ios, "7.0"
2727

28-
s.source = { :git => "https://github.com/alibaba/LuaViewSDK.git", :tag => "v0.5.0" }
28+
s.source = { :git => "https://github.com/alibaba/LuaViewSDK.git", :tag => "v0.5.2" }
2929

3030
# s.source_files = "IOS/SDK/LuaViewSDK/Classes/**/*.{h,m,c}", "IOS/lua/lua/*.{h,m,c}"
3131
s.source_files = "IOS/SDK/LuaViewSDK/Classes/**/*.{h,m,c}"

0 commit comments

Comments
 (0)
0