diff --git a/client/src/standalone/embed-player-api/package.json b/client/src/standalone/embed-player-api/package.json index 017dccc72..51fa5f51e 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.7", + "version": "0.1.0", "description": "API to communicate with the PeerTube player embed", "scripts": { "build": "rm -rf ./build ./dist && ../../../node_modules/.bin/tsc && ../../../node_modules/.bin/vite build --mode production --config ./vite.config.mjs"