diff --git a/manifest.json b/manifest.json index 96336d2..1845240 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Whimsy", - "version": "3.0.0", + "version": "3.0.1", "description": "Add some Whimsy to your Firefox! 🦄🌈", "homepage_url": "https://github.com/bwinton/whimsy/tree/webextension", "author": "Blake Winton ", diff --git a/package.json b/package.json index ea79662..5f102c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "whimsy", - "version": "3.0.0", + "version": "3.0.1", "dependencies": { "tippy-top-sites": "1.2.2" },