From bd0d19c9f8a5d5e5b02e21d20306421a329b9a09 Mon Sep 17 00:00:00 2001 From: Adam Ullman Date: Thu, 19 Oct 2023 10:13:50 +1100 Subject: [PATCH] 5.3.0 --- bower.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bower.json b/bower.json index 8a237e0..e9b7213 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "opentok-layout-js", - "version": "5.2.1", + "version": "5.3.0", "homepage": "https://github.com/aullman/opentok-layout-js", "authors": [ "Adam Ullman " diff --git a/package-lock.json b/package-lock.json index 72bf262..c43d085 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "opentok-layout-js", - "version": "5.2.1", + "version": "5.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "opentok-layout-js", - "version": "5.2.1", + "version": "5.3.0", "license": "MIT", "devDependencies": { "@types/jquery": "^3.5.16", diff --git a/package.json b/package.json index 194e85b..5d91720 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opentok-layout-js", - "version": "5.2.1", + "version": "5.3.0", "description": "Automatic layout of video elements (publisher and subscriber) minimising white-space for the OpenTok on WebRTC API. This is intended for use with the OpenTok on WebRTC JS API.", "main": "opentok-layout.js", "types": "./types/opentok-layout-js.d.ts",