Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
hehex9 committed Aug 12, 2021
1 parent 12e8fee commit 0117055
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Expand Up @@ -25,8 +25,8 @@ android {
defaultConfig {
minSdkVersion safeExtGet('minSdkVersion', 21)
targetSdkVersion safeExtGet('targetSdkVersion', 30)
versionCode 4
versionName "0.1.4"
versionCode 5
versionName "0.1.5"
}

lintOptions {
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@youjinbu/react-native-baidu-mtj",
"version": "0.1.4",
"version": "0.1.5",
"description": "react-native wrapper for baidu mtj sdk",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit 0117055

Please sign in to comment.