Bump the webextension to 0.0.1

This commit is contained in:
Arlo Breault 2019-06-26 18:52:46 -04:00
parent 055d5f1824
commit fdc10fd08a

View file

@ -1,7 +1,7 @@
{ {
"manifest_version": 2, "manifest_version": 2,
"name": "Snowflake", "name": "Snowflake",
"version": "0.0.0", "version": "0.0.1",
"description": "Snowflake ...", "description": "Snowflake ...",
"background": { "background": {
"scripts": ["snowflake.js"], "scripts": ["snowflake.js"],