Skip to content

Commit 3647f9a

Browse files
committed
chore: update version
Signed-off-by: ayushnirwal <53055971+ayushnirwal@users.noreply.github.com>
1 parent 9ce26e8 commit 3647f9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "godam-extension",
3-
"version": "1.0.0",
3+
"version": "1.0.2",
44
"description": "GoDAM Chrome Extension",
55
"scripts": {
66
"build": "node utils/build.js",

src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "__MSG_extName__",
55
"description": "__MSG_extDesc__",
66
"default_locale": "en",
7-
"version": "1.0.1",
7+
"version": "1.0.2",
88
"background": {
99
"service_worker": "background.bundle.js"
1010
},

0 commit comments

Comments
 (0)