Skip to content

Commit 94f8140

Browse files
committed
release v1.4.2
1 parent 16e530f commit 94f8140

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 8
90-
versionName "1.4.1"
89+
versionCode 9
90+
versionName "1.4.2"
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.4.1",
3+
"version": "1.4.2",
44
"scripts": {
55
"android": "react-native run-android",
66
"ios": "react-native run-ios",

0 commit comments

Comments
 (0)