Skip to content

Commit

Permalink
release 0.7.0b1
Browse files Browse the repository at this point in the history
  • Loading branch information
cadorn committed Dec 9, 2011
1 parent 108ad1d commit 67770e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extension/CHANGELOG.md
Expand Up @@ -3,7 +3,7 @@ TODO:

- Remove __MACOSX directory in the root of the XPI (when publishing to AMO)

2011-12-08 - Release Version: 0.6.3b2
2011-12-08 - Release Version: 0.7.0b1

- Set browser min version to `8.*`
- Set browser max version to `10.*`
Expand Down
2 changes: 1 addition & 1 deletion extension/chrome/content/lib/firephp.js
Expand Up @@ -41,7 +41,7 @@ function(Obj, Firefox, Wildfire, Renderer, Viewer, FirePHPLib, WINDOW)
this.version = "%%Version%%";
// During development
if (this.version === ("%%"+"Version"+"%%")) {
this.version = "0.6";
this.version = "0.7";
}
this.app = null;
this.enabled = false;
Expand Down

0 comments on commit 67770e4

Please sign in to comment.