Skip to content

Commit 30250a9

Browse files
committed
Update version
1 parent d93873f commit 30250a9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/install.rdf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<em:multiprocessCompatible>true</em:multiprocessCompatible>
88
<em:type>2</em:type>
99
<em:name>FireTray</em:name>
10-
<em:version>0.6.1-p20171006</em:version> <!-- change FIRETRAY_VERSION accordingly ! -->
10+
<em:version>0.6.1-p20180914</em:version> <!-- change FIRETRAY_VERSION accordingly ! -->
1111
<em:creator>Hua Luo, Francesco Solero, Foudil BRÉTEL</em:creator>
1212
<em:contributor>Hua Luo, Francesco Solero (Firetray original authors)</em:contributor>
1313
<em:homepageURL>https://github.com/foudfou/firetray</em:homepageURL>
@@ -31,7 +31,7 @@
3131
<Description>
3232
<em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
3333
<em:minVersion>7.0</em:minVersion>
34-
<em:maxVersion>60.0</em:maxVersion>
34+
<em:maxVersion>60.*</em:maxVersion>
3535
</Description>
3636
</em:targetApplication>
3737

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-p20171006"; // needed for sync call of onVersionChange() :(
28+
const FIRETRAY_VERSION = "0.6.1-p20180914"; // 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)