Skip to content

Commit 46332dd

Browse files
authored
Merge pull request alibaba#2218 from acton393/ios-feature-20170118
* [ios] update weexSDK version
2 parents 970e3b8 + 6163d27 commit 46332dd

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

ios/sdk/WeexSDK.podspec

+6-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Pod::Spec.new do |s|
33

44
s.name = "WeexSDK"
5-
s.version = "0.9.4"
5+
s.version = "0.10.0"
66
s.summary = "WeexSDK Source ."
77

88
s.description = <<-DESC
@@ -16,9 +16,11 @@ Pod::Spec.new do |s|
1616
Alibaba-INC copyright
1717
LICENSE
1818
}
19-
s.authors = { "cxfeng1" => "[email protected]",
20-
"boboning" => "[email protected]",
21-
"acton393" =>"[email protected]"
19+
s.authors = { "cxfeng1" => "[email protected]",
20+
"boboning" => "[email protected]",
21+
"yangshengtao" => "[email protected]",
22+
"kfeagle" => "[email protected]",
23+
"acton393" => "[email protected]"
2224
}
2325
s.platform = :ios
2426
s.ios.deployment_target = '7.0'

ios/sdk/WeexSDK/Sources/Utility/WXDefine.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#ifndef __WX_DEFINE_H__
1010
#define __WX_DEFINE_H__
1111

12-
#define WX_SDK_VERSION @"0.9.4"
12+
#define WX_SDK_VERSION @"0.10.0"
1313

1414
#if defined(__cplusplus)
1515
#define WX_EXTERN extern "C" __attribute__((visibility("default")))

0 commit comments

Comments
 (0)