Skip to content

Commit 8ebfc55

Browse files
committed
version bumped to 1.2.0
1 parent 1ade60b commit 8ebfc55

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

js/content_script.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
var $x=0,$y=0;
2+
23
// Add bubble to the top of the page.
34
var $box = $("<div>", {"class": "box_overlay"});
45
$("body").append($box);

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
"name": "FlashDict",
55
"description": "Just double click on any word and get its meaning instantly.",
6-
"version": "1.1.0",
6+
"version": "1.2.0",
77

88
"background": {
99
"scripts": ["js/background.js"],

0 commit comments

Comments
 (0)