From d901573b5ebf848820711f44f51596a452b073ac Mon Sep 17 00:00:00 2001 From: Allen Yang Date: Sat, 9 May 2015 21:38:04 -0400 Subject: [PATCH] Bumping verison to v1.0.0 --- prioritab-bundle/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prioritab-bundle/manifest.json b/prioritab-bundle/manifest.json index f8a1ad9..3cde120 100644 --- a/prioritab-bundle/manifest.json +++ b/prioritab-bundle/manifest.json @@ -1,7 +1,7 @@ { "name": "Prioritab", "description": "A new tab page to remind you of your priorities", - "version": "0.1.3", + "version": "1.0.0", "chrome_url_overrides": { "newtab": "prioritab.html" },