Skip to content

Commit

Permalink
updated version numbers for release
Browse files Browse the repository at this point in the history
  • Loading branch information
babobski committed Jun 29, 2016
1 parent 293cf85 commit 2bf55f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/overlay.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ xtk.load('chrome://beautifyjs/content/js/lib/unpackers/myobfuscate_unpacker.js')
*/
if (typeof(extensions) === 'undefined') extensions = {};
if (typeof(extensions.beautifyjs) === 'undefined') extensions.beautifyjs = {
version: '1.4'
version: '2.1'
};

(function() {
Expand Down
2 changes: 1 addition & 1 deletion install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<em:unpack>true</em:unpack>
<em:id>beautify-js@babobski.com</em:id>
<em:name>Beautify js</em:name>
<em:version>1.4</em:version>
<em:version>2.1</em:version>
<em:description>Beautify js for komodo edit/ide</em:description>
<em:creator>Bob de Haas</em:creator>
<em:iconURL>chrome://beautifyjs/content/beautifyjs-icon.png</em:iconURL>
Expand Down

0 comments on commit 2bf55f4

Please sign in to comment.