We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4499de9 commit 32c56a6Copy full SHA for 32c56a6
src/modules/commons.js
@@ -25,7 +25,7 @@ const Cu = Components.utils;
25
Cu.import("resource://gre/modules/Services.jsm");
26
Cu.import("resource://firetray/logging.jsm");
27
28
-const FIRETRAY_VERSION = "0.6.1"; // needed for sync call of onVersionChange() :(
+const FIRETRAY_VERSION = "0.6.2"; // needed for sync call of onVersionChange() :(
29
const FIRETRAY_OS_SUPPORT = ['freebsd', 'linux', 'winnt']; // install.rdf sync :(
30
const FIRETRAY_ID = "{9533f794-00b4-4354-aa15-c2bbda6989f8}";
31
const FIRETRAY_PREF_BRANCH = "extensions.firetray.";
0 commit comments