From 14c176d92af68bfce06a3128295a2701dd60b312 Mon Sep 17 00:00:00 2001 From: edoardoo Date: Sat, 11 Jul 2015 18:34:49 +0200 Subject: [PATCH] changed version number --- main.js | 1 + manifest.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/main.js b/main.js index be5d146..6d9f8ce 100644 --- a/main.js +++ b/main.js @@ -352,6 +352,7 @@ function showVideoControlsPost(e){ } function toogleZoom(){ + // TODO: comment and rewrite ammodo if (settings.toogle_zoom_enabler) { $('html').keydown(function(e){ switch (e.keyCode){ diff --git a/manifest.json b/manifest.json index b1141ce..6b8f9af 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "name": "9GAG LILiK Mod", "description": "Mod to make 9gag a better place", - "version": "1.0", + "version": "1.1", "options_page":"preferences/preferences.html", "permissions" : [ "activeTab",