Skip to content

Commit

Permalink
Bump patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsawyer committed Feb 8, 2017
1 parent 251503c commit e7d8b63
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "Reddit Imgur Uploader",
"description": "Upload an image to Imgur and get the resulting URL without ever leaving your Reddit tab",
"version": "0.4.0",
"version": "0.4.1",
"author": "David Sawyer",
"content_scripts": [
{
Expand All @@ -18,8 +18,12 @@
"*://*.reddit.com/message/*",
"*://*.reddit.com/*/comments/*"
],
"css": ["dist/core.css"],
"js": ["dist/index.js"],
"css": [
"dist/core.css"
],
"js": [
"dist/index.js"
],
"run_at": "document_idle"
}
],
Expand Down

0 comments on commit e7d8b63

Please sign in to comment.