commit baccc82cc942daeaaeb369e885e1c7b6df40b690 Author: Sukhbir Singh sukhbir@torproject.org Date: Mon Feb 26 14:45:41 2018 -0500
Update install.rdf
- Bump version to 0.2.4 - Set minVersion to 52.0 and maxVersion to 59.* --- install.rdf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/install.rdf b/install.rdf index fefb89f..86d94b1 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.3</em:version> + em:version0.2.4</em:version> em:type2</em:type> em:iconURLchrome://castironthunderbirdclub/skin/images/tor.png</em:iconURL> em:optionsURLchrome://castironthunderbirdclub/content/preferences.xul</em:optionsURL> @@ -13,8 +13,8 @@ <!-- Thunderbird --> <Description> em:id{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id> - em:minVersion45.0</em:minVersion> - em:maxVersion52.*</em:maxVersion> + em:minVersion52.0</em:minVersion> + em:maxVersion59.*</em:maxVersion> </Description> </em:targetApplication>
tor-commits@lists.torproject.org