From 9f14f5a5606a4ecf53ea2a94326674c721ba785a Mon Sep 17 00:00:00 2001 From: Harish Kumar Gangula Date: Mon, 25 Mar 2024 13:00:58 +0530 Subject: [PATCH] Issue #KN-982 feat: updated the package version --- projects/sunbird-video-player/package.json | 2 +- web-component/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/sunbird-video-player/package.json b/projects/sunbird-video-player/package.json index 4a7c17b..b572241 100644 --- a/projects/sunbird-video-player/package.json +++ b/projects/sunbird-video-player/package.json @@ -1,6 +1,6 @@ { "name": "@project-sunbird/sunbird-video-player-v9", - "version": "6.1.1.alpha.0", + "version": "6.1.1-alpha.0", "peerDependencies": { "@angular/common": "17.3.1", "@angular/core": "17.3.1", diff --git a/web-component/package.json b/web-component/package.json index f95fec5..ecf0fbc 100644 --- a/web-component/package.json +++ b/web-component/package.json @@ -1,6 +1,6 @@ { "name": "@project-sunbird/sunbird-video-player-web-component", - "version": "1.2.3", + "version": "1.2.4", "description": "The web component package for the sunbird video player", "main": "sunbird-video-player.js", "scripts": {