Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
JustOff committed Feb 22, 2021
1 parent ace0bc4 commit 8e5bbd5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion install.rdf
Original file line number Diff line number Diff line change
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>modhresponse@Off.JustOff</em:id>
<em:version>1.3.7</em:version>
<em:version>1.3.8</em:version>
<em:type>2</em:type>
<em:bootstrap>true</em:bootstrap>
<em:name>Modify HTTP Response</em:name>
Expand Down
2 changes: 1 addition & 1 deletion release.cmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@echo off
set VER=1.3.7
set VER=1.3.8

sed -i -E "s/version>.+?</version>%VER%</" install.rdf
sed -i -E "s/version>.+?</version>%VER%</; s/download\/.+?\/modhresponse-.+?\.xpi/download\/%VER%\/modhresponse-%VER%\.xpi/" update.xml
Expand Down
10 changes: 5 additions & 5 deletions update.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,37 +5,37 @@
<RDF:Seq>
<RDF:li>
<RDF:Description>
<em:version>1.3.7</em:version>
<em:version>1.3.8</em:version>
<em:targetApplication>
<RDF:Description>
<em:id>{8de7fcbb-c55c-4fbe-bfc5-fc555c87dbc4}</em:id>
<em:minVersion>24.0</em:minVersion>
<em:maxVersion>29.*</em:maxVersion>
<em:updateLink>https://github.com/JustOff/modify-http-response/releases/download/1.3.7/modhresponse-1.3.7.xpi</em:updateLink>
<em:updateLink>https://github.com/JustOff/modify-http-response/releases/download/1.3.8/modhresponse-1.3.8.xpi</em:updateLink>
</RDF:Description>
</em:targetApplication>
<em:targetApplication>
<RDF:Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>24.0</em:minVersion>
<em:maxVersion>56.*</em:maxVersion>
<em:updateLink>https://github.com/JustOff/modify-http-response/releases/download/1.3.7/modhresponse-1.3.7.xpi</em:updateLink>
<em:updateLink>https://github.com/JustOff/modify-http-response/releases/download/1.3.8/modhresponse-1.3.8.xpi</em:updateLink>
</RDF:Description>
</em:targetApplication>
<em:targetApplication>
<RDF:Description>
<em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
<em:minVersion>2.24</em:minVersion>
<em:maxVersion>2.*</em:maxVersion>
<em:updateLink>https://github.com/JustOff/modify-http-response/releases/download/1.3.7/modhresponse-1.3.7.xpi</em:updateLink>
<em:updateLink>https://github.com/JustOff/modify-http-response/releases/download/1.3.8/modhresponse-1.3.8.xpi</em:updateLink>
</RDF:Description>
</em:targetApplication>
<em:targetApplication>
<RDF:Description>
<em:id>{aa3c5121-dab2-40e2-81ca-7ea25febc110}</em:id>
<em:minVersion>44.0</em:minVersion>
<em:maxVersion>56.*</em:maxVersion>
<em:updateLink>https://github.com/JustOff/modify-http-response/releases/download/1.3.7/modhresponse-1.3.7.xpi</em:updateLink>
<em:updateLink>https://github.com/JustOff/modify-http-response/releases/download/1.3.8/modhresponse-1.3.8.xpi</em:updateLink>
</RDF:Description>
</em:targetApplication>
</RDF:Description>
Expand Down

0 comments on commit 8e5bbd5

Please sign in to comment.