You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by ac...@apache.org on 2017/07/26 14:12:45 UTC

[1/2] incubator-weex git commit: * [ios] update sdk version to 0.16.0

Repository: incubator-weex
Updated Branches:
  refs/heads/0.16-dev 9c3011d63 -> 7aad49089


* [ios] update sdk version to 0.16.0


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

Branch: refs/heads/0.16-dev
Commit: 93d5d2dc442d2c09c3c1d94c1c756caa87cc8eec
Parents: e01d0e7
Author: acton393 <zh...@gmail.com>
Authored: Wed Jul 26 22:11:55 2017 +0800
Committer: acton393 <zh...@gmail.com>
Committed: Wed Jul 26 22:11:55 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/93d5d2dc/WeexSDK.podspec
----------------------------------------------------------------------
diff --git a/WeexSDK.podspec b/WeexSDK.podspec
index 3985d75..fbf8139 100644
--- a/WeexSDK.podspec
+++ b/WeexSDK.podspec
@@ -3,7 +3,7 @@ Pod::Spec.new do |s|
 
   s.name         = "WeexSDK"
 
-  s.version      = "0.15.0"
+  s.version      = "0.16.0"
 
   s.summary      = "WeexSDK Source ."
 

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/93d5d2dc/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 1e1eb1c..5120fcd 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.15.0"
+#define WX_SDK_VERSION @"0.16.0"
 
 #if defined(__cplusplus)
 #define WX_EXTERN extern "C" __attribute__((visibility("default")))


[2/2] incubator-weex git commit: Merge branch '0.16-dev' of https://git-wip-us.apache.org/repos/asf/incubator-weex into wip-us-0.16-dev

Posted by ac...@apache.org.
Merge branch '0.16-dev' of https://git-wip-us.apache.org/repos/asf/incubator-weex into wip-us-0.16-dev

* '0.16-dev' of https://git-wip-us.apache.org/repos/asf/incubator-weex:
  + [ios] update podfile


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

Branch: refs/heads/0.16-dev
Commit: 7aad49089f9465c1b99ffcdc4729fd20090bd525
Parents: 93d5d2d 9c3011d
Author: acton393 <zh...@gmail.com>
Authored: Wed Jul 26 22:12:07 2017 +0800
Committer: acton393 <zh...@gmail.com>
Committed: Wed Jul 26 22:12:07 2017 +0800

----------------------------------------------------------------------
 ios/playground/Podfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------