Skip to content

Commit

Permalink
bump version to 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin committed Apr 17, 2012
1 parent f8a7c92 commit b7e053c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion firefox/chrome/content/firequery.js
Expand Up @@ -526,7 +526,7 @@ FBL.ns(function() {
// Firebug.FireQuery
//
Firebug.FireQuery = extend(Firebug.ActivableModule, {
version: '1.1',
version: '1.2',
/////////////////////////////////////////////////////////////////////////////////////////
start: function() {
dbg(">>>FireQuery.start");
Expand Down
2 changes: 1 addition & 1 deletion firefox/install.rdf
Expand Up @@ -3,7 +3,7 @@
xmlns:em="http://www.mozilla.org/2004/em-rdf#">
<Description about="urn:mozilla:install-manifest">
<em:id>firequery@binaryage.com</em:id>
<em:version>1.1</em:version>
<em:version>1.2</em:version>
<em:type>2</em:type>
<!-- Firefox -->
<em:targetApplication>
Expand Down

0 comments on commit b7e053c

Please sign in to comment.