Skip to content

Commit

Permalink
release v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuki2003 committed Aug 19, 2023
1 parent a6bcc0a commit 55c3b4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ android {
applicationId "dev.fuwa.pskey"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 5
versionName "1.3.0"
versionCode 6
versionName "1.3.1"
}
signingConfigs {
debug {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dev.fuwa.pskey",
"version": "1.3.0",
"version": "1.3.1",
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
Expand Down

0 comments on commit 55c3b4e

Please sign in to comment.