You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by gu...@apache.org on 2017/10/04 07:15:10 UTC

incubator-weex git commit: * [ios] update weexsdk version to 0.16.1

Repository: incubator-weex
Updated Branches:
  refs/heads/master bfa7828e1 -> cbe368254


* [ios] update weexsdk version to 0.16.1


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

Branch: refs/heads/master
Commit: cbe368254d9f293e5496c58345aa64e422056e84
Parents: bfa7828
Author: gurisxie <27...@qq.com>
Authored: Wed Oct 4 15:15:02 2017 +0800
Committer: gurisxie <27...@qq.com>
Committed: Wed Oct 4 15:15:02 2017 +0800

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


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/cbe36825/WeexSDK.podspec
----------------------------------------------------------------------
diff --git a/WeexSDK.podspec b/WeexSDK.podspec
index 5cb6864..47f2085 100644
--- a/WeexSDK.podspec
+++ b/WeexSDK.podspec
@@ -3,7 +3,7 @@ Pod::Spec.new do |s|
 
   s.name         = "WeexSDK"
 
-  s.version      = "0.16.0"
+  s.version      = "0.16.1"
 
   s.summary      = "WeexSDK Source ."
 

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/cbe36825/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 0867e99..48fe117 100644
--- a/ios/sdk/WeexSDK/Sources/Utility/WXDefine.h
+++ b/ios/sdk/WeexSDK/Sources/Utility/WXDefine.h
@@ -20,7 +20,7 @@
 #ifndef __WX_DEFINE_H__
 #define __WX_DEFINE_H__
 
-#define WX_SDK_VERSION @"0.16.0"
+#define WX_SDK_VERSION @"0.16.1"
 
 #if defined(__cplusplus)
 #define WX_EXTERN extern "C" __attribute__((visibility("default")))