File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
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-p20180924 </em : version > <!-- change FIRETRAY_VERSION accordingly ! -->
10+ <em : version >0.6.1</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 >
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-p20180924 " ; // needed for sync call of onVersionChange() :(
28+ const FIRETRAY_VERSION = "0.6.1" ; // 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