Publish beta version

This commit is contained in:
Chocobozzz 2022-11-14 14:43:21 +01:00
parent c2c96a2ee6
commit d7c7fc5e58
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
3 changed files with 11 additions and 2 deletions

View File

@ -132,6 +132,15 @@ function register ({ registerHook, peertubeHelpers }) {
// ---------------------------------------------------------------------------
registerHook({
target: 'action:video-watch.player.loaded',
handler: ({ videojs }) => {
console.log(videojs.VERSION)
}
})
// ---------------------------------------------------------------------------
peertubeHelpers.notifier.info('you are on the watch page', 'useless', 1000)
}

View File

@ -1,6 +1,6 @@
{
"name": "peertube-plugin-hello-world",
"version": "0.0.20",
"version": "0.0.21-beta.1",
"lockfileVersion": 2,
"requires": true,
"packages": {

View File

@ -1,6 +1,6 @@
{
"name": "peertube-plugin-hello-world",
"version": "0.0.20",
"version": "0.0.21-beta.1",
"description": "Hello world PeerTube plugin example",
"engine": {
"peertube": ">=3.2.0"