Skip to content

Commit b66ed68

Browse files
committed
fix(manifest): Fix version number
Signed-off-by: Marcel Klehr <[email protected]>
1 parent 7eafa84 commit b66ed68

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

manifest.chrome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 3,
33
"name": "floccus bookmarks sync",
44
"short_name": "floccus",
5-
"version": "5.4.2.1",
5+
"version": "5.4.3",
66
"description": "__MSG_DescriptionExtension__",
77
"icons": {
88
"48": "icons/logo.png",

manifest.firefox.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 2,
33
"name": "floccus bookmarks sync",
44
"short_name": "floccus",
5-
"version": "5.4.2.1",
5+
"version": "5.4.3",
66
"description": "__MSG_DescriptionExtension__",
77
"icons": {
88
"48": "icons/logo.png",

0 commit comments

Comments
 (0)