File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 >
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
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ const Cu = Components.utils;
2525Cu . import ( "resource://gre/modules/Services.jsm" ) ;
2626Cu . 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() :(
2929const FIRETRAY_OS_SUPPORT = [ 'freebsd' , 'linux' , 'winnt' ] ; // install.rdf sync :(
3030const FIRETRAY_ID = "{9533f794-00b4-4354-aa15-c2bbda6989f8}" ;
3131const FIRETRAY_PREF_BRANCH = "extensions.firetray." ;
You can’t perform that action at this time.
0 commit comments