Skip to content

Commit

Permalink
version: v3.7.0-beta.4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
exwm committed Dec 18, 2020
1 parent 1c6d12a commit 5546d8d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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: 3.7.0-beta.4.5.0
VERSION: 3.7.0-beta.4.6.0
FFMPEG_VERSION: 20200831-4a11a6f
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": "3.7.0-beta.4.5.0",
"version": "3.7.0-beta.4.6.0",
"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 @@ -20,7 +20,7 @@
import verboselogs
import youtube_dl

__version__ = '3.7.0-beta.4.5.0'
__version__ = '3.7.0-beta.4.6.0'

settings = {}

Expand Down
4 changes: 2 additions & 2 deletions src/markup/yt_clipper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// ==UserScript==
// @locale english
// @name yt_clipper
// @version 3.7.0-beta.4.5.0
// @version 3.7.0-beta.4.6.0
// @description Mark up YouTube videos and quickly generate clipped webms.
// @author elwm
// @namespace https://github.com/exwm
Expand All @@ -27,7 +27,7 @@
// @grant none
// ==/UserScript==

const __version__ = '3.7.0-beta.4.5.0';
const __version__ = '3.7.0-beta.4.6.0';

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

0 comments on commit 5546d8d

Please sign in to comment.