Skip to content

Commit

Permalink
chore: bump version to v5.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amirch1 committed Oct 14, 2019
1 parent 98031dd commit 4b8ca64
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.17.0
component.version=v5.17.1

[player]
swfPath=/flash/kdp3/
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kmc-ng",
"version": "5.17.0",
"version": "5.17.1",
"license": "AGPL-3.0",
"private": true,
"repository": {
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.17.0',
appVersion: '5.17.1',
useSecuredProtocol: environment.client.useSecuredProtocol,
countriesList: countryCodes,
views: {
Expand Down

0 comments on commit 4b8ca64

Please sign in to comment.