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

Commit

Permalink
* [release] change the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
cxfeng1 committed Nov 1, 2018
1 parent 88caa7f commit 5e1fee6
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 @@ -36,7 +36,7 @@ checkstyle {
}


version = "0.18.13.25"
version = "0.19.0"

android {

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.18.0"
#define WX_SDK_VERSION @"0.19.0"

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

0 comments on commit 5e1fee6

Please sign in to comment.