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 Aug 25, 2019
1 parent a439729 commit ecbdaad
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 4 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
<a name="5.14.0"></a>
# [5.14.0](https://github.com/kaltura/kmc-ng/compare/v5.13.1...v5.14.0) (2019-08-25)


### Bug Fixes

* **content/entry:** In scheduling tab: display entry end date even if entry start date is not specified ([45985ea](https://github.com/kaltura/kmc-ng/commit/45985ea))
* **entries/filters:** fix refine filter custom scheduling date picker behavior ([d231b8e](https://github.com/kaltura/kmc-ng/commit/d231b8e))


### Features

* **analytics:** Add multi-account analytics ([#860](https://github.com/kaltura/kmc-ng/issues/860)) ([5def1a0](https://github.com/kaltura/kmc-ng/commit/5def1a0))



<a name="5.13.1"></a>
## [5.13.1](https://github.com/kaltura/kmc-ng/compare/v5.13.0...v5.13.1) (2019-08-01)

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=KMCng
component.version=v5.13.1
component.version=v5.14.0

[player]
swfPath=/flash/kdp3/
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": "5.13.1",
"version": "5.14.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 @@ -26,7 +26,7 @@ export interface GlobalConfig {
export const globalConfig: GlobalConfig = {
client: {
production: environment.production,
appVersion: '5.13.1',
appVersion: '5.14.0',
useSecuredProtocol: environment.client.useSecuredProtocol,
countriesList: countryCodes,
views: {
Expand Down

0 comments on commit ecbdaad

Please sign in to comment.