Skip to content

Commit 4e79c66

Browse files
committed
chore: release 0.0.4
1 parent 6127009 commit 4e79c66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mdjs-viewer",
33
"description": "See Markdown JavaScript demos directly on github.com",
4-
"version": "0.0.3",
4+
"version": "0.0.4",
55
"manifest_version": 2,
66
"permissions": ["webRequest", "webRequestBlocking", "https://github.com/*"],
77
"content_scripts": [

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mdjs-viewer",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"private": true,
55
"publishConfig": {
66
"access": "public"

0 commit comments

Comments
 (0)