Skip to content

Commit 232316d

Browse files
committed
Version bump
1 parent a93c7b5 commit 232316d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/commons.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const Cu = Components.utils;
2525
Cu.import("resource://gre/modules/Services.jsm");
2626
Cu.import("resource://firetray/logging.jsm");
2727

28-
const FIRETRAY_VERSION = "0.6.1-p20180914"; // needed for sync call of onVersionChange() :(
28+
const FIRETRAY_VERSION = "0.6.1-p20180924"; // needed for sync call of onVersionChange() :(
2929
const FIRETRAY_OS_SUPPORT = ['freebsd', 'linux', 'winnt']; // install.rdf sync :(
3030
const FIRETRAY_ID = "{9533f794-00b4-4354-aa15-c2bbda6989f8}";
3131
const FIRETRAY_PREF_BRANCH = "extensions.firetray.";

0 commit comments

Comments
 (0)