Skip to content

Commit

Permalink
Increase the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
alvachien committed Jun 13, 2019
1 parent 1e1c39a commit e796a15
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/environments/environment.azureprod.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export const environment: any = {
production: true,
LoginRequired: true,
CurrentVersion: '0.8.12',
CurrentVersion: '0.8.13',
ReleasedDate: '2019.9.1',

DebugLogging: false,
Expand Down
2 changes: 1 addition & 1 deletion src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export const environment: any = {
production: true,
LoginRequired: true,
CurrentVersion: '0.8.12',
CurrentVersion: '0.8.13',
ReleasedDate: '2019.9.1',

DebugLogging: false,
Expand Down
2 changes: 1 addition & 1 deletion src/environments/environment.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export const environment: any = {
production: false,
LoginRequired: true,
CurrentVersion: '0.8.12',
CurrentVersion: '0.8.13',
ReleasedDate: '2019.9.1',

DebugLogging: true,
Expand Down

0 comments on commit e796a15

Please sign in to comment.