Skip to content

Commit 65b839e

Browse files
committed
Update version
1 parent 7308c94 commit 65b839e

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

Changelog

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
-- 0.6.3 - 5 Nov 2018
1+
-- 0.6.3 - 13 Jan 2019
2+
3+
- Update Russion translation (@vantu5z)
4+
- Windows fixed (@vanowm):
5+
* Fix window restore
6+
* Fix icon selection
7+
8+
-- 0.6.2 - 5 Nov 2018
29

310
One version to rule them all (Linux/Windows)
411

src/install.rdf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
<em:multiprocessCompatible>true</em:multiprocessCompatible>
88
<em:type>2</em:type>
99
<em:name>FireTray</em:name>
10-
<em:version>0.6.2</em:version> <!-- change FIRETRAY_VERSION accordingly ! -->
10+
<em:version>0.6.3</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>
13-
<em:homepageURL>https://github.com/foudfou/firetray</em:homepageURL>
13+
<em:homepageURL>https://github.com/Ximi1970/FireTray</em:homepageURL>
1414
<em:description>A system tray extension.</em:description>
1515
<em:optionsURL>chrome://firetray/content/options.xul</em:optionsURL>
1616
<em:iconURL>chrome://firetray/skin/icons/firetray48.png</em:iconURL>

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