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 bf2a5d2 commit a8e8236
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<em:name>Location-4-Evar</em:name>
<em:description>Show status and progress indicators in location bar</em:description>
<em:id>location4evar@Off.JustOff</em:id>
<em:version>1.0.6</em:version>
<em:version>1.0.7</em:version>
<em:creator>Off JustOff &lt;Off.Just.Off@gmail.com&gt;</em:creator>
<em:contributor>Sparky Bluefang</em:contributor>
<em:type>2</em:type>
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.0.6
set VER=1.0.7

sed -i -E "s/version>.+?</version>%VER%</" install.rdf
sed -i -E "s/version>.+?</version>%VER%</; s/download\/.+?\/location-4-evar-.+?\.xpi/download\/%VER%\/location-4-evar-%VER%\.xpi/" update.xml
Expand Down
4 changes: 2 additions & 2 deletions update.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<RDF:Seq>
<RDF:li>
<RDF:Description>
<em:version>1.0.6</em:version>
<em:version>1.0.7</em:version>
<em:targetApplication>
<RDF:Description>
<em:id>{8de7fcbb-c55c-4fbe-bfc5-fc555c87dbc4}</em:id>
<em:minVersion>27.5.0</em:minVersion>
<em:maxVersion>29.*</em:maxVersion>
<em:updateLink>https://github.com/JustOff/L4E/releases/download/1.0.6/location-4-evar-1.0.6.xpi</em:updateLink>
<em:updateLink>https://github.com/JustOff/L4E/releases/download/1.0.7/location-4-evar-1.0.7.xpi</em:updateLink>
</RDF:Description>
</em:targetApplication>
</RDF:Description>
Expand Down

0 comments on commit a8e8236

Please sign in to comment.