Skip to content

Commit dd490ca

Browse files
Joshix-1binarynoise
authored andcommitted
v2.0.0
1 parent 527aea8 commit dd490ca

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

manifest-chrome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "__MSG_extensionName__",
33
"short_name": "__MSG_extensionShortName__",
44
"description": "__MSG_extensionDescription__",
5-
"version": "1.0.3",
5+
"version": "2.0.0",
66
"manifest_version": 3,
77
"default_locale": "en",
88
"icons": {

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "__MSG_extensionName__",
33
"short_name": "__MSG_extensionShortName__",
44
"description": "__MSG_extensionDescription__",
5-
"version": "1.0.5",
5+
"version": "2.0.0",
66
"manifest_version": 3,
77
"default_locale": "en",
88
"icons": {

open-in-mpv.plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @name open in mpv
33
* @author binarynoise
44
* @description Use the context menu to open a video in mpv.
5-
* @version 1.1.3
5+
* @version 2.0.0
66
*/
77

88
'use strict';

0 commit comments

Comments
 (0)