Skip to content

Commit 871f49e

Browse files
author
Timothy Johnson
committed
Version 1.2.1
1 parent 2c40bed commit 871f49e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dest/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "Svelte Devtools",
4-
"version": "1.2.0",
4+
"version": "1.2.1",
55
"description": "Browser devtools extension for debugging Svelte applications.",
66
"icons": {
77
"16": "icon-16.png",

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte-devtools",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Browser devtools extension for debugging Svelte applications.",
55
"repository": "github:RedHatter/svelte-devtools",
66
"license": "MIT",
@@ -18,7 +18,7 @@
1818
"rollup": "^1.27.4",
1919
"rollup-plugin-node-resolve": "^5.0.0",
2020
"rollup-plugin-svelte": "^5.1.1",
21-
"svelte": "^3.15.0",
21+
"svelte": "^3.16.0",
2222
"svelte-listener": "git+https://github.com/RedHatter/svelte-listener.git",
2323
"svgexport": "^0.3.2",
2424
"tiny-glob": "^0.2.6",

0 commit comments

Comments
 (0)