Skip to content
This repository has been archived by the owner on Oct 16, 2020. It is now read-only.

Commit

Permalink
Bump version to 0.5.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
foudfou committed Apr 5, 2015
1 parent d122489 commit c21586d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<em:multiprocessCompatible>true</em:multiprocessCompatible>
<em:type>2</em:type>
<em:name>FireTray</em:name>
<em:version>0.5.4</em:version> <!-- change FIRETRAY_VERSION accordingly ! -->
<em:version>0.5.5</em:version> <!-- change FIRETRAY_VERSION accordingly ! -->
<em:creator>Hua Luo, Francesco Solero, Foudil BRÉTEL</em:creator>
<em:contributor>Hua Luo, Francesco Solero (Firetray original authors)</em:contributor>
<em:homepageURL>https://github.com/foudfou/firetray</em:homepageURL>
Expand Down Expand Up @@ -97,7 +97,7 @@
<em:translator>efecan [tr-TR]</em:translator>
<em:translator>Sappa [uk-UA]</em:translator>
<em:translator>xmoke [zh-CN]</em:translator>

<em:localized>
<Description>
<em:locale>bg</em:locale>
Expand Down
2 changes: 1 addition & 1 deletion src/modules/commons.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const Cu = Components.utils;
Cu.import("resource://gre/modules/Services.jsm");
Cu.import("resource://firetray/logging.jsm");

const FIRETRAY_VERSION = "0.5.4"; // needed for sync call of onVersionChange() :(
const FIRETRAY_VERSION = "0.5.5"; // needed for sync call of onVersionChange() :(
const FIRETRAY_OS_SUPPORT = ['freebsd', 'linux', 'winnt']; // install.rdf sync :(
const FIRETRAY_ID = "{9533f794-00b4-4354-aa15-c2bbda6989f8}";
const FIRETRAY_PREF_BRANCH = "extensions.firetray.";
Expand Down

0 comments on commit c21586d

Please # to comment.