Skip to content

Commit

Permalink
Bump version to 4.0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Jun 23, 2022
1 parent 9d09539 commit ab22edd
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": "4.0.5.1",
"version": "4.0.5.3",
"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 @@ -18,7 +18,7 @@ import (
"os"
)

const VERSION = "4.0.4";
const VERSION = "4.0.5.3";

type RequestParams struct {
Path string `json:path`
Expand Down

0 comments on commit ab22edd

Please sign in to comment.