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 May 8, 2023
1 parent be2aa5d commit 0ea5d3e
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<a name="7.12.0"></a>
# [7.12.0](https://github.com/kaltura/kmc-ng/compare/v7.11.1...v7.12.0) (2023-05-08)


### Features

* **entry/live:** allow editing manual live HLS stream URL KMCNG-2476 ([1265ad8](https://github.com/kaltura/kmc-ng/commit/1265ad8))
* **entry/live:** allow editing manual live streams KMCNG-2476 ([be2aa5d](https://github.com/kaltura/kmc-ng/commit/be2aa5d))



<a name="7.11.1"></a>
## [7.11.1](https://github.com/kaltura/kmc-ng/compare/v7.11.0...v7.11.1) (2023-05-02)

Expand Down
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.11.1
component.version=v7.12.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.11.1
component.version=v7.12.0

[player]
objectType = 1
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.11.1",
"version": "7.12.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.11.1',
appVersion: '7.12.0',
useSecuredProtocol: environment.client.useSecuredProtocol,
countriesList: countryCodes,
views: {
Expand Down

0 comments on commit 0ea5d3e

Please sign in to comment.