Skip to content

Commit 45d106b

Browse files
committed
Bump version.
1 parent 2d77e53 commit 45d106b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@
4141
}
4242
},
4343
"short_name": "Web Thing",
44-
"version": "0.4.4"
44+
"version": "0.4.5"
4545
}

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "thing-url-adapter",
33
"display_name": "Web Thing",
4-
"version": "0.4.4",
4+
"version": "0.4.5",
55
"description": "Native web thing support",
66
"author": "Mozilla IoT",
77
"main": "index.js",
@@ -66,10 +66,10 @@
6666
"dependencies": {
6767
"dnssd": "^0.4.1",
6868
"node-fetch": "^2.6.0",
69-
"ws": "^7.2.0"
69+
"ws": "^7.2.1"
7070
},
7171
"devDependencies": {
72-
"babel-eslint": "^10.0.1",
73-
"eslint": "^6.7.2"
72+
"babel-eslint": "^10.0.3",
73+
"eslint": "^6.8.0"
7474
}
7575
}

0 commit comments

Comments
 (0)