Skip to content
This repository was archived by the owner on Nov 21, 2024. It is now read-only.

Commit d87ef0e

Browse files
authored
Merge pull request #27 from mlmitch/main
Bump version to 0.0.4
2 parents 8bf74be + d2e3238 commit d87ef0e

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

manifests/chrome/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Weaklayer Sensor",
33
"author": "Weaklayer",
4-
"version": "0.0.3",
4+
"version": "0.0.4",
55
"description": "Browser Detection and Response",
66
"manifest_version": 2,
77
"icons": {

manifests/edge/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Weaklayer Sensor",
33
"author": "Weaklayer",
4-
"version": "0.0.3",
4+
"version": "0.0.4",
55
"description": "Browser Detection and Response",
66
"manifest_version": 2,
77
"icons": {

manifests/firefox/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"name": "Weaklayer Sensor",
99
"author": "Weaklayer",
10-
"version": "0.0.3",
10+
"version": "0.0.4",
1111
"description": "Browser Detection and Response",
1212
"manifest_version": 2,
1313
"icons": {

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@weaklayer/sensor",
33
"description": "Browser Detection and Response",
4-
"version": "0.0.3",
4+
"version": "0.0.4",
55
"license": "AGPL-3.0-or-later",
66
"private": true,
77
"files": [
@@ -40,7 +40,7 @@
4040
"dependencies": {
4141
"base64-js": "1.3.1",
4242
"pako": "^1.0.11",
43-
"uuid": "8.3.0",
43+
"uuid": "8.3.1",
4444
"webextension-polyfill": "0.6.0"
4545
}
4646
}

0 commit comments

Comments
 (0)