Skip to content

Commit

Permalink
version: v5.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
exwm committed Dec 27, 2021
1 parent 3e0d269 commit 46084df
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/yt_clipper_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
# Can work around to some degree using set-env
env:
NAME: yt_clipper
VERSION: 5.5.1
VERSION: 5.5.2
FFMPEG_VERSION: 4.4.1
FFMPEG_DL_PREFIX: https://github.com/exwm/yt_clipper_bindeps/releases/download

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "yt_clipper",
"author": "exwm",
"homepage": "https://openuserjs.org/scripts/elwm/yt_clipper",
"version": "5.5.1",
"version": "5.5.2",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/clipper/yt_clipper.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import youtube_dl.version
import yt_dlp.version

__version__ = '5.5.1'
__version__ = '5.5.2'

UNKNOWN_PROPERTY = "unknown"

Expand Down
6 changes: 3 additions & 3 deletions src/markup/yt_clipper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// ==UserScript==
// @locale english
// @name yt_clipper
// @version 5.5.1
// @version 5.5.1
// @version 5.5.2
// @version 5.5.2
// @description Mark up YouTube videos and quickly generate clipped webms.
// @author elwm
// @namespace https://github.com/exwm
Expand All @@ -29,7 +29,7 @@
// @grant GM_getValue
// ==/UserScript==

const __version__ = '5.5.1';
const __version__ = '5.5.2';

import { Chart, ChartConfiguration } from 'chart.js';
import { html, stripIndent } from 'common-tags';
Expand Down

0 comments on commit 46084df

Please sign in to comment.