From f8956374fdf785d142837007e2dba3b073c99f5c Mon Sep 17 00:00:00 2001 From: Josh Balfour Date: Fri, 27 May 2016 10:41:38 +0100 Subject: [PATCH] bump version number to 0.0.2 --- extension/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension/manifest.json b/extension/manifest.json index 356a1f8..6f249ec 100755 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -1,6 +1,6 @@ { "name": "Disable Scroll Jacking", - "version": "0.0.1", + "version": "0.0.2", "manifest_version": 2, "description": "Disables annoying scroll hijacking.", "homepage_url": "https://joshbalfour.github.io/disable-scroll-jacking/",