Skip to content

Commit cf82955

Browse files
author
Timothy Johnson
committed
Version 0.1.1
1 parent c3fd427 commit cf82955

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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": "0.1.0",
4+
"version": "0.1.1",
55
"description": "An extension that allows inspection of Svelte component hierarchy and state in the Firefox and Chrome developer tools.",
66
"icons": {
77
"24": "svelte-logo.svg",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte-devtools",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "An extension that allows inspection of Svelte component hierarchy and state in the Firefox and Chrome developer tools.",
55
"license": "MIT",
66
"repository": "github:RedHatter/svelte-devtools",

0 commit comments

Comments
 (0)