Skip to content

Commit

Permalink
chore: update version of deployed assets
Browse files Browse the repository at this point in the history
  • Loading branch information
amirch1 committed Oct 7, 2018
1 parent 2e5188f commit 477ea98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/config.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[general]
component.name=KMCng
component.version=v5.4.1
component.version=v5.4.2

[player]
swfPath=/flash/kdp3/
Expand Down
2 changes: 1 addition & 1 deletion src/configuration/global-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export interface GlobalConfig {
export const globalConfig: GlobalConfig = {
client: {
production: environment.production,
appVersion: '5.4.1',
appVersion: '5.4.2',
useSecuredProtocol: environment.client.useSecuredProtocol,
countriesList: countryCodes,
views: {
Expand Down

0 comments on commit 477ea98

Please sign in to comment.