From 6bed1b41eace768d2ce324e184cc48782149a3c7 Mon Sep 17 00:00:00 2001 From: Brandon Streiff Date: Sat, 14 Sep 2019 16:49:54 -0500 Subject: [PATCH] Bump to version 2.0.0 manifest.json versions aren't permitted to have numeric segments larger than 65535, so I'm no longer encoding the date into the version. --- src/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/manifest.json b/src/manifest.json index 2760c86..e8b6b87 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -13,7 +13,7 @@ }, "homepage_url": "https://github.com/bstreiff/unread-badge", - "version": "1.2.20190727", + "version": "2.0.0", "legacy": { "type": "bootstrap",