Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

Commit

Permalink
Update version for 0.24 release
Browse files Browse the repository at this point in the history
  • Loading branch information
YorkShen committed Apr 26, 2019
1 parent bc6fe7e commit 388f76b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ checkstyle {
toolVersion = '6.9'
}

version = project.hasProperty('weexVersion')? project.getProperty('weexVersion') : "0.20.0.1"
version = project.hasProperty('weexVersion')? project.getProperty('weexVersion') : "0.24.0"

android {
compileSdkVersion project.compileSdkVersion
Expand Down
2 changes: 1 addition & 1 deletion ios/sdk/WeexSDK/Sources/Utility/WXDefine.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#ifndef __WX_DEFINE_H__
#define __WX_DEFINE_H__

#define WX_SDK_VERSION @"0.23.0"
#define WX_SDK_VERSION @"0.24.0"

#if defined(__cplusplus)
#define WX_EXTERN extern "C" __attribute__((visibility("default")))
Expand Down

0 comments on commit 388f76b

Please sign in to comment.