Skip to content

Commit

Permalink
Bump version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
hensm committed Sep 6, 2022
1 parent 13ca18a commit 28264cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Matt Hensman <m@matt.tf>",
"homepageUrl": "https://hensm.github.io/fx_cast",
"applicationName": "fx_cast_bridge",
"applicationVersion": "0.2.0",
"applicationVersion": "0.3.0",
"applicationDirectoryName": "fx_cast",
"applicationExecutableName": "fx_cast_bridge",
"extensionId": "fx_cast@matt.tf"
Expand Down
2 changes: 1 addition & 1 deletion ext/bin/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import webExt from "web-ext";
import copyFilesPlugin from "./lib/copyFilesPlugin.js";

const BRIDGE_NAME = "fx_cast_bridge";
const BRIDGE_VERSION = "0.2.0";
const BRIDGE_VERSION = "0.3.0";

const MIRRORING_APP_ID = "19A6F4AE";

Expand Down
2 changes: 1 addition & 1 deletion ext/src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"version": "0.2.0",
"version": "0.3.0",
"developer": {
"name": "Matt Hensman",
"url": "https://matt.tf/"
Expand Down

0 comments on commit 28264cc

Please sign in to comment.