Skip to content

Commit

Permalink
version 0.3.5 is ready
Browse files Browse the repository at this point in the history
  • Loading branch information
inbasic committed Oct 20, 2013
1 parent 16380bd commit 31c16d4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
Binary file modified src/gmail-notifier.xpi
Binary file not shown.
7 changes: 1 addition & 6 deletions src/lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -425,12 +425,7 @@ var welcome = function () {
if (!prefs.newVersion) return;
if (prefs.welcome) {
timer.setTimeout(function () {
if (prefs.newVersion == "install") {
open(config.homepage);
}
else {
open(config.update + "?v=" + self.version);
}
open((prefs.newVersion == "install" ? config.homepage : config.update) + "?v=" + self.version);
prefs.newVersion = "";
}, 3000);
}
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"contributors": ["CaTz", "ecaron"],

"url": "",
"version": "0.3.5b3",
"version": "0.3.5",
"lib": "lib",
"main": "main",

Expand Down

0 comments on commit 31c16d4

Please sign in to comment.