We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ce26e8 commit 3647f9aCopy full SHA for 3647f9a
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "godam-extension",
3
- "version": "1.0.0",
+ "version": "1.0.2",
4
"description": "GoDAM Chrome Extension",
5
"scripts": {
6
"build": "node utils/build.js",
src/manifest.json
@@ -4,7 +4,7 @@
"name": "__MSG_extName__",
"description": "__MSG_extDesc__",
"default_locale": "en",
7
- "version": "1.0.1",
8
"background": {
9
"service_worker": "background.bundle.js"
10
},
0 commit comments