diff --git a/src/manifest.json b/src/manifest.json index 15cf374..f8f0f9a 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Chrome Do Not Disturb", - "version": "0.2", + "version": "0.3", "description": "Hit the snooze button on your Chrome desktop notifications!", "icons": { @@ -22,5 +22,5 @@ "scripts": ["eventPage.js"], "persistent": false }, - "version_name": "0.2 beta" + "version_name": "0.3 beta" }