From 684dd00e1aaaa750b7bcec6e088d7460ba099568 Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 5 Feb 2015 17:34:53 -0700 Subject: [PATCH] Fix version typo --- platform/chromium/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/chromium/manifest.json b/platform/chromium/manifest.json index 19279bebb..ca795f885 100644 --- a/platform/chromium/manifest.json +++ b/platform/chromium/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "µBlock", - "version": "0.8.6.7", + "version": "0.8.7.0", "default_locale": "en", "description": "__MSG_extShortDesc__", @@ -51,4 +51,4 @@ "http://*/*", "https://*/*" ] -} \ No newline at end of file +}