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/06/22 10:02:28 UTC

incubator-weex git commit: * [ios] update SDK version to 0.15

Repository: incubator-weex
Updated Branches:
  refs/heads/0.15-dev 193ecb069 -> e4759b427


* [ios] update SDK version to 0.15


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

Branch: refs/heads/0.15-dev
Commit: e4759b4273d73ee9f524b150b206e94eb9c23b12
Parents: 193ecb0
Author: acton393 <zh...@gmail.com>
Authored: Thu Jun 22 18:02:23 2017 +0800
Committer: acton393 <zh...@gmail.com>
Committed: Thu Jun 22 18:02:23 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/e4759b42/WeexSDK.podspec
----------------------------------------------------------------------
diff --git a/WeexSDK.podspec b/WeexSDK.podspec
index 80a39db..3985d75 100644
--- a/WeexSDK.podspec
+++ b/WeexSDK.podspec
@@ -3,7 +3,7 @@ Pod::Spec.new do |s|
 
   s.name         = "WeexSDK"
 
-  s.version      = "0.14.0"
+  s.version      = "0.15.0"
 
   s.summary      = "WeexSDK Source ."
 

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/e4759b42/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 4ff4d98..1e1eb1c 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.14.0"
+#define WX_SDK_VERSION @"0.15.0"
 
 #if defined(__cplusplus)
 #define WX_EXTERN extern "C" __attribute__((visibility("default")))