Skip to content

Commit

Permalink
chore: bump kmc version to v7.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amirch1 committed Nov 10, 2024
1 parent e17e85c commit 9a7d262
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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=KMCngV2
component.version=v7.23.1
component.version=v7.24.0

[player]
swfPath=/flash/kdp3/
Expand Down
2 changes: 1 addition & 1 deletion deploy_v7/config.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[general]
component.name=KMCngV7
component.version=v7.23.1
component.version=v7.24.0

[player]
objectType = 1
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": "7.23.1",
"version": "7.24.0",
"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 @@ -29,7 +29,7 @@ export interface GlobalConfig {
export const globalConfig: GlobalConfig = {
client: {
production: environment.production,
appVersion: '7.23.1',
appVersion: '7.24.0',
useSecuredProtocol: environment.client.useSecuredProtocol,
countriesList: countryCodes,
views: {
Expand Down

0 comments on commit 9a7d262

Please sign in to comment.