Skip to content

Commit

Permalink
Updating version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Qeole committed Mar 29, 2015
1 parent 063f790 commit 7653d92
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions data/panel.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@
element.appendChild(document.createTextNode(languageList[keys[i]]));
}
document.body.appendChild(element);
//document.body.innerHTML +=
// '<div class="lang" id="'+keys[i]+'">'+languageList[keys[i]]+'</div>';
}
}

Expand Down
Binary file modified enlight.xpi
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"homepage": "https://github.com/Qeole/Enlight",
"icon": "data/icon-64.png",
"license": "MPL 2.0",
"version": "1.5a",
"version": "1.6",
"description": "Syntax highlight for raw source code.",
"preferences": [
{
Expand Down

0 comments on commit 7653d92

Please sign in to comment.