Skip to content

Commit

Permalink
Bump version to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Jun 17, 2021
1 parent db57fe7 commit bda6819
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion webextensions/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "__MSG_extensionName__",
"version": "1.99.1",
"version": "2.0",
"author": "ClearCode Inc.",
"description": "__MSG_extensionDescription__",
"permissions": [
Expand Down
2 changes: 1 addition & 1 deletion webextensions/native-messaging-host/host.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
"golang.org/x/sys/windows/registry"
)

const VERSION = "1.99";
const VERSION = "2.0";

const BASE_PATH = `SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall`;
const APP_ID_FIREFOX = "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}";
Expand Down

0 comments on commit bda6819

Please sign in to comment.