From 8ebfc550fce6ac0b81543a7d5801c7a2db2f2b0b Mon Sep 17 00:00:00 2001 From: deep-154 Date: Mon, 19 Sep 2016 06:37:40 +0530 Subject: [PATCH] version bumped to 1.2.0 --- js/content_script.js | 1 + manifest.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/js/content_script.js b/js/content_script.js index b6afd9b..83b0bbe 100644 --- a/js/content_script.js +++ b/js/content_script.js @@ -1,4 +1,5 @@ var $x=0,$y=0; + // Add bubble to the top of the page. var $box = $("
", {"class": "box_overlay"}); $("body").append($box); diff --git a/manifest.json b/manifest.json index 3509edc..32710da 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "name": "FlashDict", "description": "Just double click on any word and get its meaning instantly.", - "version": "1.1.0", + "version": "1.2.0", "background": { "scripts": ["js/background.js"],