Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
JustOff committed Feb 15, 2022
1 parent 46ae90d commit 5129e93
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion install.rdf
Expand Up @@ -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.2.10</em:version>
<em:version>1.2.11</em:version>
<em:type>2</em:type>
<em:bootstrap>true</em:bootstrap>
<em:strictCompatibility>true</em:strictCompatibility>
Expand Down
2 changes: 1 addition & 1 deletion release.cmd
@@ -1,5 +1,5 @@
@echo off
set VER=1.2.10
set VER=1.2.11

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
Expand Down
8 changes: 4 additions & 4 deletions update.xml
Expand Up @@ -5,29 +5,29 @@
<RDF:Seq>
<RDF:li>
<RDF:Description>
<em:version>1.2.10</em:version>
<em:version>1.2.11</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.2.10/github-wc-polyfill-1.2.10.xpi</em:updateLink>
<em:updateLink>https://github.com/JustOff/github-wc-polyfill/releases/download/1.2.11/github-wc-polyfill-1.2.11.xpi</em:updateLink>
</RDF:Description>
</em:targetApplication>
<em:targetApplication>
<RDF:Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>52.9</em:minVersion>
<em:maxVersion>52.*</em:maxVersion>
<em:updateLink>https://github.com/JustOff/github-wc-polyfill/releases/download/1.2.10/github-wc-polyfill-1.2.10.xpi</em:updateLink>
<em:updateLink>https://github.com/JustOff/github-wc-polyfill/releases/download/1.2.11/github-wc-polyfill-1.2.11.xpi</em:updateLink>
</RDF:Description>
</em:targetApplication>
<em:targetApplication>
<RDF:Description>
<em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
<em:minVersion>2.53.4</em:minVersion>
<em:maxVersion>2.53.*</em:maxVersion>
<em:updateLink>https://github.com/JustOff/github-wc-polyfill/releases/download/1.2.10/github-wc-polyfill-1.2.10.xpi</em:updateLink>
<em:updateLink>https://github.com/JustOff/github-wc-polyfill/releases/download/1.2.11/github-wc-polyfill-1.2.11.xpi</em:updateLink>
</RDF:Description>
</em:targetApplication>
</RDF:Description>
Expand Down

0 comments on commit 5129e93

Please sign in to comment.