Skip to content

Commit f469496

Browse files
committed
bump: version 0.1.2 → 0.1.3
1 parent a9f6494 commit f469496

File tree

8 files changed

+11
-16
lines changed

8 files changed

+11
-16
lines changed

.wiswa.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
description: 'Host-side of the extension to open any link or page URL in mpv via the browser context menu.',
44
keywords: ['audio', 'browser extension', 'multimedia', 'mpv', 'video'],
55
project_name: 'open-in-mpv',
6-
version: '0.1.2',
6+
version: '0.1.3',
77
want_main: true,
88
citation+: {
99
'date-released': '2025-04-17',

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ cff-version: '1.2.0'
55
date-released: '2025-04-17'
66
message: 'If you use this software, please cite it as below.'
77
title: 'open-in-mpv'
8-
version: '0.1.2'
8+
version: '0.1.3'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![PyPI - Version](https://img.shields.io/pypi/v/open-in-mpv)](https://pypi.org/project/open-in-mpv/)
55
[![GitHub tag (with filter)](https://img.shields.io/github/v/tag/Tatsh/open-in-mpv)](https://github.com/Tatsh/open-in-mpv/tags)
66
[![License](https://img.shields.io/github/license/Tatsh/open-in-mpv)](https://github.com/Tatsh/open-in-mpv/blob/master/LICENSE.txt)
7-
[![GitHub commits since latest release (by SemVer including pre-releases)](https://img.shields.io/github/commits-since/Tatsh/open-in-mpv/v0.1.2/master)](https://github.com/Tatsh/open-in-mpv/compare/v0.1.2...master)
7+
[![GitHub commits since latest release (by SemVer including pre-releases)](https://img.shields.io/github/commits-since/Tatsh/open-in-mpv/v0.1.3/master)](https://github.com/Tatsh/open-in-mpv/compare/v0.1.3...master)
88
[![QA](https://github.com/Tatsh/open-in-mpv/actions/workflows/qa.yml/badge.svg)](https://github.com/Tatsh/open-in-mpv/actions/workflows/qa.yml)
99
[![Tests](https://github.com/Tatsh/open-in-mpv/actions/workflows/tests.yml/badge.svg)](https://github.com/Tatsh/open-in-mpv/actions/workflows/tests.yml)
1010
[![Coverage Status](https://coveralls.io/repos/github/Tatsh/open-in-mpv/badge.svg?branch=master)](https://coveralls.io/github/Tatsh/open-in-mpv?branch=master)

open_in_mpv/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from __future__ import annotations
22

3-
__version__ = '0.1.2'
3+
__version__ = '0.1.3'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,5 +107,5 @@
107107
"test": "poetry run pytest",
108108
"test:cov": "yarn test --cov . --cov-report html --cov-report term-missing:skip-covered"
109109
},
110-
"version": "0.1.2"
110+
"version": "0.1.3"
111111
}

poetry.lock

Lines changed: 4 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ keywords = ["audio", "browser extension", "multimedia", "mpv", "video"]
2020
license = "MIT"
2121
name = "open-in-mpv"
2222
readme = "README.md"
23-
version = "0.1.2"
23+
version = "0.1.3"
2424

2525
[[project.authors]]
2626

src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
"page": "options.html"
1717
},
1818
"permissions": ["contextMenus", "nativeMessaging", "storage"],
19-
"version": "0.1.2"
19+
"version": "0.1.3"
2020
}

0 commit comments

Comments
 (0)