From b2dada8974efdadb59db3c7cba5c15554b55e6c4 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 5 Apr 2024 14:17:24 +0200 Subject: [PATCH] Update player embed api package version --- client/src/standalone/embed-player-api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/standalone/embed-player-api/package.json b/client/src/standalone/embed-player-api/package.json index b549fbf52..97b8d135f 100644 --- a/client/src/standalone/embed-player-api/package.json +++ b/client/src/standalone/embed-player-api/package.json @@ -1,7 +1,7 @@ { "name": "@peertube/embed-api", "private": false, - "version": "0.0.6", + "version": "0.0.7", "description": "API to communicate with the PeerTube player embed", "scripts": { "build": "../../../node_modules/.bin/tsc && ../../../node_modules/.bin/webpack --mode production --config ./webpack.config.js"