From c2642d2a439c627bcf97bdd451f4c0e93b5afa3e Mon Sep 17 00:00:00 2001 From: Anton Sarukhanov <code@ant.sr> Date: Tue, 22 Oct 2019 22:11:33 -0400 Subject: [PATCH] Correct maxversion No support for TB 68 yet, oops. --- install.rdf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.rdf b/install.rdf index 2081e17..e8ff0c8 100644 --- a/install.rdf +++ b/install.rdf @@ -5,13 +5,13 @@ <em:id>unsafelinks@ant.sr</em:id> <em:name>Un-Safelinks</em:name> <em:description>Replace URLs which have been rewritten by Office 365 Advanced Threat Protection with the original URL.</em:description> - <em:version>1.0</em:version> + <em:version>1.2</em:version> <em:homepageURL>https://ant.sr/unsafelinks</em:homepageURL> <em:targetApplication> <Description> <em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id> <em:minVersion>45.8.0</em:minVersion> - <em:maxVersion>*</em:maxVersion> + <em:maxVersion>60.*</em:maxVersion> </Description> </em:targetApplication> </Description> -- GitLab