mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 08:39:59 +00:00
Bump version numbers
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
"author": "Matt Hensman <m@matt.tf>",
|
"author": "Matt Hensman <m@matt.tf>",
|
||||||
"homepageUrl": "https://hensm.github.io/fx_cast",
|
"homepageUrl": "https://hensm.github.io/fx_cast",
|
||||||
"applicationName": "fx_cast_bridge",
|
"applicationName": "fx_cast_bridge",
|
||||||
"applicationVersion": "0.2.0",
|
"applicationVersion": "0.3.0",
|
||||||
"applicationDirectoryName": "fx_cast",
|
"applicationDirectoryName": "fx_cast",
|
||||||
"applicationExecutableName": "fx_cast_bridge",
|
"applicationExecutableName": "fx_cast_bridge",
|
||||||
"extensionId": "fx_cast@matt.tf"
|
"extensionId": "fx_cast@matt.tf"
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ import webExt from "web-ext";
|
|||||||
import copyFilesPlugin from "./lib/copyFilesPlugin.js";
|
import copyFilesPlugin from "./lib/copyFilesPlugin.js";
|
||||||
|
|
||||||
const BRIDGE_NAME = "fx_cast_bridge";
|
const BRIDGE_NAME = "fx_cast_bridge";
|
||||||
const BRIDGE_VERSION = "0.2.0";
|
const BRIDGE_VERSION = "0.3.0";
|
||||||
|
|
||||||
const MIRRORING_APP_ID = "19A6F4AE";
|
const MIRRORING_APP_ID = "19A6F4AE";
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "__MSG_extensionName__",
|
"name": "__MSG_extensionName__",
|
||||||
"description": "__MSG_extensionDescription__",
|
"description": "__MSG_extensionDescription__",
|
||||||
"version": "0.2.0",
|
"version": "0.3.0",
|
||||||
"developer": {
|
"developer": {
|
||||||
"name": "Matt Hensman",
|
"name": "Matt Hensman",
|
||||||
"url": "https://matt.tf/"
|
"url": "https://matt.tf/"
|
||||||
|
|||||||
Reference in New Issue
Block a user