Skip to content

Commit e7d8b63

Browse files
committed
Bump patch version
1 parent 251503c commit e7d8b63

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

manifest.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 2,
33
"name": "Reddit Imgur Uploader",
44
"description": "Upload an image to Imgur and get the resulting URL without ever leaving your Reddit tab",
5-
"version": "0.4.0",
5+
"version": "0.4.1",
66
"author": "David Sawyer",
77
"content_scripts": [
88
{
@@ -18,8 +18,12 @@
1818
"*://*.reddit.com/message/*",
1919
"*://*.reddit.com/*/comments/*"
2020
],
21-
"css": ["dist/core.css"],
22-
"js": ["dist/index.js"],
21+
"css": [
22+
"dist/core.css"
23+
],
24+
"js": [
25+
"dist/index.js"
26+
],
2327
"run_at": "document_idle"
2428
}
2529
],

0 commit comments

Comments
 (0)