You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by ji...@apache.org on 2017/01/24 08:21:49 UTC

[38/50] [abbrv] incubator-weex git commit: * [ios] update weexSDK version

* [ios] update weexSDK version


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/6163d27c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/6163d27c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/6163d27c

Branch: refs/heads/master
Commit: 6163d27c9fa2e231e5861fe1a8ec99f199eef615
Parents: 970e3b8
Author: acton393 <zh...@gmail.com>
Authored: Wed Jan 11 16:22:59 2017 +0800
Committer: acton393 <zh...@gmail.com>
Committed: Wed Jan 11 16:22:59 2017 +0800

----------------------------------------------------------------------
 ios/sdk/WeexSDK.podspec                    | 10 ++++++----
 ios/sdk/WeexSDK/Sources/Utility/WXDefine.h |  2 +-
 2 files changed, 7 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/6163d27c/ios/sdk/WeexSDK.podspec
----------------------------------------------------------------------
diff --git a/ios/sdk/WeexSDK.podspec b/ios/sdk/WeexSDK.podspec
index ec2b810..057c435 100644
--- a/ios/sdk/WeexSDK.podspec
+++ b/ios/sdk/WeexSDK.podspec
@@ -2,7 +2,7 @@
 Pod::Spec.new do |s|
 
   s.name         = "WeexSDK"
-  s.version      = "0.9.4"
+  s.version      = "0.10.0"
   s.summary      = "WeexSDK Source ."
 
   s.description  = <<-DESC
@@ -16,9 +16,11 @@ Pod::Spec.new do |s|
            Alibaba-INC copyright
     LICENSE
   }
-  s.authors      = { "cxfeng1"  => "cxfeng1@gmail.com",
-                     "boboning" => "ningli928@163.com",
-                     "acton393" =>"zhangxing610321@gmail.com"
+  s.authors      = { "cxfeng1"      => "cxfeng1@gmail.com",
+                     "boboning"     => "ningli928@163.com",
+                     "yangshengtao" => "yangshengtao1314@163.com",
+                     "kfeagle"      => "sunjjbobo@163.com",
+                     "acton393"     => "zhangxing610321@gmail.com"
                    }
   s.platform     = :ios
   s.ios.deployment_target = '7.0'

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/6163d27c/ios/sdk/WeexSDK/Sources/Utility/WXDefine.h
----------------------------------------------------------------------
diff --git a/ios/sdk/WeexSDK/Sources/Utility/WXDefine.h b/ios/sdk/WeexSDK/Sources/Utility/WXDefine.h
index 80e7212..20d6a36 100644
--- a/ios/sdk/WeexSDK/Sources/Utility/WXDefine.h
+++ b/ios/sdk/WeexSDK/Sources/Utility/WXDefine.h
@@ -9,7 +9,7 @@
 #ifndef __WX_DEFINE_H__
 #define __WX_DEFINE_H__
 
-#define WX_SDK_VERSION @"0.9.4"
+#define WX_SDK_VERSION @"0.10.0"
 
 #if defined(__cplusplus)
 #define WX_EXTERN extern "C" __attribute__((visibility("default")))