Skip to content

Commit

Permalink
[chore] version 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
msdio committed Dec 21, 2022
1 parent e2807ae commit 3b1f332
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 10 deletions.
4 changes: 2 additions & 2 deletions src/frontend/odongdong/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
applicationId "com.ramjongseok.bathroom"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 5
versionName "1.3.1"
versionCode 6
versionName "1.3.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
Expand Down
4 changes: 2 additions & 2 deletions src/frontend/odongdong/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/frontend/odongdong/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "odongdong",
"version": "1.3.1",
"version": "1.3.2",
"author": "ramjongseok",
"homepage": "https://ionicframework.com/",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion src/frontend/odongdong/src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable */
export class Constants {
static APP_VERSION = '1.3.1';
static APP_VERSION = '1.3.2';
}
4 changes: 2 additions & 2 deletions src/frontend/odongdong/src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
export const environment = {
production: true,
appVersion: {
name: '1.3.1',
name: '1.3.2',
major: 1,
minor: 3,
build: 1,
build: 2,
},

// apiUrl: 'http://localhost:9003',
Expand Down
4 changes: 2 additions & 2 deletions src/frontend/odongdong/src/environments/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
export const environment = {
production: false,
appVersion: {
name: '1.3.1',
name: '1.3.2',
major: 1,
minor: 3,
build: 1,
build: 2,
},

// apiUrl: 'http://localhost:9003',
Expand Down

0 comments on commit 3b1f332

Please sign in to comment.