Skip to content

Commit a2e118b

Browse files
committed
Bumped version from 6.6.2 → 6.6.3.
1 parent d272791 commit a2e118b

8 files changed

Lines changed: 10 additions & 10 deletions

File tree

.bumpit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
current_version: "6.6.2"
1+
current_version: "6.6.3"
22
base_branch: "nv_clipper"
33
strategy:
44
name: "semver"

.github/workflows/yt_clipper_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414

1515
env:
1616
NAME: nv_clipper
17-
VERSION: '6.6.2'
17+
VERSION: '6.6.3'
1818

1919
jobs:
2020
build:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "yt_clipper",
33
"description": "Mark up YouTube videos and quickly generate clipped webms.",
44
"author": "codedealer",
5-
"version": "6.6.2",
5+
"version": "6.6.3",
66
"license": "MIT",
77
"repository": {
88
"type": "git",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "clipper"
3-
version = "6.6.2"
3+
version = "6.6.3"
44
description = "Quickly generate clipped webms."
55
authors = [{ name = "exwm", email = "rjvgb@protonmail.com" }]
66
requires-python = ">=3.12,<3.13"

src/clipper/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "6.6.2"
1+
__version__ = "6.6.3"

src/gui-frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "clipper-gui",
3-
"version": "6.6.2",
3+
"version": "6.6.3",
44
"private": true,
55
"type": "module",
66
"scripts": {

src/markup/yt_clipper.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
// BANNER GUARD
44
// @locale english
55
// @name nv_clipper
6-
// @version 6.6.2
7-
// @version 6.6.2
6+
// @version 6.6.3
7+
// @version 6.6.3
88
// @description Mark up YouTube videos and quickly generate clipped webms.
99
// @author elwm
1010
// @namespace https://github.com/codedealer
@@ -35,7 +35,7 @@
3535
// ==/UserScript==
3636
// BANNER GUARD
3737

38-
const __version__ = '6.6.2';
38+
const __version__ = '6.6.3';
3939
import { Chart, ChartConfiguration } from 'chart.js';
4040
import { safeSetInnerHtml } from './util/util';
4141
import { stripIndent } from 'common-tags';

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)