Skip to content

Commit c7a91d1

Browse files
committed
Bump version
1 parent 52cc7e1 commit c7a91d1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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>[email protected]</em:id>
5-
<em:version>1.5.1</em:version>
5+
<em:version>1.5.2</em:version>
66
<em:type>2</em:type>
77
<em:bootstrap>true</em:bootstrap>
88
<em:name>Lull The Tabs</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.5.1
2+
set VER=1.5.2
33

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

update.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@
55
<RDF:Seq>
66
<RDF:li>
77
<RDF:Description>
8-
<em:version>1.5.1</em:version>
8+
<em:version>1.5.2</em:version>
99
<em:targetApplication>
1010
<RDF:Description>
1111
<em:id>{8de7fcbb-c55c-4fbe-bfc5-fc555c87dbc4}</em:id>
1212
<em:minVersion>27.0</em:minVersion>
1313
<em:maxVersion>29.*</em:maxVersion>
14-
<em:updateLink>https://github.com/JustOff/lull-the-tabs/releases/download/1.5.1/lull-the-tabs-1.5.1.xpi</em:updateLink>
14+
<em:updateLink>https://github.com/JustOff/lull-the-tabs/releases/download/1.5.2/lull-the-tabs-1.5.2.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>45.0</em:minVersion>
2121
<em:maxVersion>56.*</em:maxVersion>
22-
<em:updateLink>https://github.com/JustOff/lull-the-tabs/releases/download/1.5.1/lull-the-tabs-1.5.1.xpi</em:updateLink>
22+
<em:updateLink>https://github.com/JustOff/lull-the-tabs/releases/download/1.5.2/lull-the-tabs-1.5.2.xpi</em:updateLink>
2323
</RDF:Description>
2424
</em:targetApplication>
2525
</RDF:Description>

0 commit comments

Comments
 (0)