You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by ky...@apache.org on 2019/11/11 07:46:41 UTC

[incubator-weex] branch master updated: Update WXDefine.h (#3012)

This is an automated email from the ASF dual-hosted git repository.

kyork pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-weex.git


The following commit(s) were added to refs/heads/master by this push:
     new 0d993b8  Update WXDefine.h (#3012)
0d993b8 is described below

commit 0d993b883c500ec0a33d527cb929454ae500747e
Author: kyle <28...@qq.com>
AuthorDate: Mon Nov 11 15:46:34 2019 +0800

    Update WXDefine.h (#3012)
---
 ios/sdk/WeexSDK/Sources/Utility/WXDefine.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ios/sdk/WeexSDK/Sources/Utility/WXDefine.h b/ios/sdk/WeexSDK/Sources/Utility/WXDefine.h
index a9b9dcf..c687ab0 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.24.0"
+#define WX_SDK_VERSION @"0.28.0"
 
 #if defined(__cplusplus)
 #define WX_EXTERN extern "C" __attribute__((visibility("default")))