Skip to content

Commit

Permalink
version: v5.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
exwm committed Nov 9, 2022
1 parent a479ddf commit e3edca0
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.11.0"
VERSION: "5.11.1"
FFMPEG_VERSION: "5.0.1"
FFMPEG_DL_PREFIX: https://github.com/exwm/yt_clipper_bindeps/releases/download

Expand Down
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.11.0",
"version": "5.11.1",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "clipper"
version = "5.11.0"
version = "5.11.1"
description = "Quickly generate clipped webms."
authors = ["exwm <rjvgb@protonmail.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/clipper/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "5.11.0"
__version__ = "5.11.1"
6 changes: 3 additions & 3 deletions src/markup/yt_clipper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
// BANNER GUARD
// @locale english
// @name yt_clipper
// @version 5.11.0
// @version 5.11.0
// @version 5.11.1
// @version 5.11.1
// @description Mark up YouTube videos and quickly generate clipped webms.
// @author elwm
// @namespace https://github.com/exwm
Expand Down Expand Up @@ -32,7 +32,7 @@
// ==/UserScript==
// BANNER GUARD

const __version__ = '5.11.0';
const __version__ = '5.11.1';

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

0 comments on commit e3edca0

Please sign in to comment.