Skip to content

Commit

Permalink
release: 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexogamer committed Jul 14, 2023
1 parent 28da140 commit 32f3729
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 @@ -77,8 +77,8 @@ android {
applicationId "site.endl.taiku.rvmob"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 5
versionName "0.4.0"
versionCode 7
versionName "0.6.0"
}
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": "rvmob",
"version": "0.0.1",
"version": "0.6.0",
"private": true,
"scripts": {
"clean": "react-native-clean-project",
Expand Down

0 comments on commit 32f3729

Please sign in to comment.