Skip to content

Commit 5047758

Browse files
committed
Bump version for publish
1 parent 8cc91a0 commit 5047758

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

client/video-watch-client-plugin.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ function register ({ registerHook, peertubeHelpers }) {
5858
target: 'action:video-watch.player.loaded',
5959
handler: ({ videojs, video, playlist }) => {
6060
{
61-
const base_static_url = peertubeHelpers.getBaseStaticRoute()
62-
6361
// Match all nodes
6462

6563
const video_info = document.querySelectorAll('.video-info')

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "peertube-plugin-creative-commons",
33
"description": "Standardized display of Creative Commons licenses. Uses short identifiers like CC BY-SA 4.0 instead of descriptive text.",
4-
"version": "0.0.7",
4+
"version": "0.0.8",
55
"author": "frankstrater",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)