Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
krushndayshmookh committed Mar 1, 2021
1 parent 878b8db commit e56642d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src-capacitor/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
applicationId "dev.rootkings.bellboy"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 10100
versionName '1.1.0'
versionCode 10200
versionName '1.2.0'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
2 changes: 1 addition & 1 deletion src-capacitor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hotel-management-system",
"version": "0.0.1",
"version": "1.2.0",
"description": "A cross platform hotel management app",
"author": "Krushn Dayshmookh <[email protected]>",
"private": true,
Expand Down

0 comments on commit e56642d

Please sign in to comment.