From e7d8b634720aac667280447c25dd685315216131 Mon Sep 17 00:00:00 2001 From: David Sawyer Date: Wed, 8 Feb 2017 14:06:19 -0500 Subject: [PATCH] Bump patch version --- manifest.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 08d83f9..3e517d3 100644 --- a/manifest.json +++ b/manifest.json @@ -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": [ { @@ -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" } ],