commit 889b99a440723fc896357d709070017fa6330324 Author: Sukhbir Singh sukhbir@torproject.org Date: Fri May 4 12:00:05 2018 -0400
Add support for Thunderbird 60 --- install.rdf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/install.rdf b/install.rdf index 86d94b1..615b152 100644 --- a/install.rdf +++ b/install.rdf @@ -4,7 +4,7 @@ xmlns:em="http://www.mozilla.org/2004/em-rdf#%22%3E <Description about="urn:mozilla:install-manifest"> em:idcastironthunderbirdclub@torproject.org</em:id> - em:version0.2.4</em:version> + em:version0.2.5</em:version> em:type2</em:type> em:iconURLchrome://castironthunderbirdclub/skin/images/tor.png</em:iconURL> em:optionsURLchrome://castironthunderbirdclub/content/preferences.xul</em:optionsURL> @@ -14,7 +14,7 @@ <Description> em:id{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id> em:minVersion52.0</em:minVersion> - em:maxVersion59.*</em:maxVersion> + em:maxVersion60.0</em:maxVersion> </Description> </em:targetApplication>
tor-commits@lists.torproject.org