Skip to content

Commit c0a44a6

Browse files
committed
release 1.4.0
1 parent 51348da commit c0a44a6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ android {
8686
applicationId "dev.fuwa.pskey"
8787
minSdkVersion rootProject.ext.minSdkVersion
8888
targetSdkVersion rootProject.ext.targetSdkVersion
89-
versionCode 6
90-
versionName "1.3.1"
89+
versionCode 7
90+
versionName "1.4.0"
9191
}
9292
signingConfigs {
9393
debug {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dev.fuwa.pskey",
3-
"version": "1.3.1",
3+
"version": "1.4.0",
44
"scripts": {
55
"android": "react-native run-android",
66
"ios": "react-native run-ios",

0 commit comments

Comments
 (0)