Skip to content

Commit 8e5bbd5

Browse files
committed
Bump version
1 parent ace0bc4 commit 8e5bbd5

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

install.rdf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:em="http://www.mozilla.org/2004/em-rdf#">
33
<Description about="urn:mozilla:install-manifest">
44
<em:id>modhresponse@Off.JustOff</em:id>
5-
<em:version>1.3.7</em:version>
5+
<em:version>1.3.8</em:version>
66
<em:type>2</em:type>
77
<em:bootstrap>true</em:bootstrap>
88
<em:name>Modify HTTP Response</em:name>

release.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@echo off
2-
set VER=1.3.7
2+
set VER=1.3.8
33

44
sed -i -E "s/version>.+?</version>%VER%</" install.rdf
55
sed -i -E "s/version>.+?</version>%VER%</; s/download\/.+?\/modhresponse-.+?\.xpi/download\/%VER%\/modhresponse-%VER%\.xpi/" update.xml

update.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,37 +5,37 @@
55
<RDF:Seq>
66
<RDF:li>
77
<RDF:Description>
8-
<em:version>1.3.7</em:version>
8+
<em:version>1.3.8</em:version>
99
<em:targetApplication>
1010
<RDF:Description>
1111
<em:id>{8de7fcbb-c55c-4fbe-bfc5-fc555c87dbc4}</em:id>
1212
<em:minVersion>24.0</em:minVersion>
1313
<em:maxVersion>29.*</em:maxVersion>
14-
<em:updateLink>https://github.com/JustOff/modify-http-response/releases/download/1.3.7/modhresponse-1.3.7.xpi</em:updateLink>
14+
<em:updateLink>https://github.com/JustOff/modify-http-response/releases/download/1.3.8/modhresponse-1.3.8.xpi</em:updateLink>
1515
</RDF:Description>
1616
</em:targetApplication>
1717
<em:targetApplication>
1818
<RDF:Description>
1919
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
2020
<em:minVersion>24.0</em:minVersion>
2121
<em:maxVersion>56.*</em:maxVersion>
22-
<em:updateLink>https://github.com/JustOff/modify-http-response/releases/download/1.3.7/modhresponse-1.3.7.xpi</em:updateLink>
22+
<em:updateLink>https://github.com/JustOff/modify-http-response/releases/download/1.3.8/modhresponse-1.3.8.xpi</em:updateLink>
2323
</RDF:Description>
2424
</em:targetApplication>
2525
<em:targetApplication>
2626
<RDF:Description>
2727
<em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
2828
<em:minVersion>2.24</em:minVersion>
2929
<em:maxVersion>2.*</em:maxVersion>
30-
<em:updateLink>https://github.com/JustOff/modify-http-response/releases/download/1.3.7/modhresponse-1.3.7.xpi</em:updateLink>
30+
<em:updateLink>https://github.com/JustOff/modify-http-response/releases/download/1.3.8/modhresponse-1.3.8.xpi</em:updateLink>
3131
</RDF:Description>
3232
</em:targetApplication>
3333
<em:targetApplication>
3434
<RDF:Description>
3535
<em:id>{aa3c5121-dab2-40e2-81ca-7ea25febc110}</em:id>
3636
<em:minVersion>44.0</em:minVersion>
3737
<em:maxVersion>56.*</em:maxVersion>
38-
<em:updateLink>https://github.com/JustOff/modify-http-response/releases/download/1.3.7/modhresponse-1.3.7.xpi</em:updateLink>
38+
<em:updateLink>https://github.com/JustOff/modify-http-response/releases/download/1.3.8/modhresponse-1.3.8.xpi</em:updateLink>
3939
</RDF:Description>
4040
</em:targetApplication>
4141
</RDF:Description>

0 commit comments

Comments
 (0)