diff options
-rw-r--r-- | install.rdf | 2 | ||||
-rw-r--r-- | release.cmd | 2 | ||||
-rw-r--r-- | update.xml | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/install.rdf b/install.rdf index ee0e2ea..23d740c 100644 --- a/install.rdf +++ b/install.rdf @@ -2,7 +2,7 @@ <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:em="http://www.mozilla.org/2004/em-rdf#"> <Description about="urn:mozilla:install-manifest"> <em:id>github-wc-polyfill@Off.JustOff</em:id> - <em:version>1.0.1</em:version> + <em:version>1.0.2</em:version> <em:type>2</em:type> <em:bootstrap>true</em:bootstrap> <em:name>GitHub Web Components Polyfill</em:name> diff --git a/release.cmd b/release.cmd index d21ed55..0e2795a 100644 --- a/release.cmd +++ b/release.cmd @@ -1,5 +1,5 @@ @echo off -set VER=1.0.1 +set VER=1.0.2 sed -i -E "s/version>.+?</version>%VER%</" install.rdf sed -i -E "s/version>.+?</version>%VER%</; s/download\/.+?\/github-wc-polyfill-.+?\.xpi/download\/%VER%\/github-wc-polyfill-%VER%\.xpi/" update.xml @@ -5,13 +5,13 @@ <RDF:Seq> <RDF:li> <RDF:Description> - <em:version>1.0.1</em:version> + <em:version>1.0.2</em:version> <em:targetApplication> <RDF:Description> <em:id>{8de7fcbb-c55c-4fbe-bfc5-fc555c87dbc4}</em:id> <em:minVersion>28.14.0</em:minVersion> <em:maxVersion>29.*</em:maxVersion> - <em:updateLink>https://github.com/JustOff/github-wc-polyfill/releases/download/1.0.1/github-wc-polyfill-1.0.1.xpi</em:updateLink> + <em:updateLink>https://github.com/JustOff/github-wc-polyfill/releases/download/1.0.2/github-wc-polyfill-1.0.2.xpi</em:updateLink> </RDF:Description> </em:targetApplication> </RDF:Description> |