Skip to content

Commit

Permalink
[chore] build 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
msdio committed Dec 23, 2022
1 parent 3a2c62e commit 7a13568
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 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 6
versionName "1.3.2"
versionCode 7
versionName "1.3.3"
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.

4 changes: 2 additions & 2 deletions src/frontend/odongdong/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "odongdong",
"version": "1.3.2",
"version": "1.3.3",
"author": "ramjongseok",
"homepage": "https://ionicframework.com/",
"homepage": "https://odongdong.site/",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/odongdong/src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* eslint-disable */
export class Constants {
static APP_VERSION = '1.3.2';
static APP_VERSION = '1.3.3';
}
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.2',
name: '1.3.3',
major: 1,
minor: 3,
build: 2,
build: 3,
},

// 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.2',
name: '1.3.3',
major: 1,
minor: 3,
build: 2,
build: 3,
},

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

0 comments on commit 7a13568

Please sign in to comment.