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 8f11034 commit 688e138
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 @@ -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>moonttool@Off.JustOff</em:id>
<em:version>2.1.2</em:version>
<em:version>2.1.3</em:version>
<em:type>2</em:type>
<em:bootstrap>true</em:bootstrap>
<em:name>Moon Tester Tool</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=2.1.2
set VER=2.1.3

sed -i -E "s/version>.+?</version>%VER%</" install.rdf
sed -i -E "s/version>.+?</version>%VER%</; s/download\/.+?\/moon-tester-tool-.+?\.xpi/download\/%VER%\/moon-tester-tool-%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>2.1.2</em:version>
<em:version>2.1.3</em:version>
<em:targetApplication>
<RDF:Description>
<em:id>{8de7fcbb-c55c-4fbe-bfc5-fc555c87dbc4}</em:id>
<em:minVersion>26.0</em:minVersion>
<em:maxVersion>29.*</em:maxVersion>
<em:updateLink>https://github.com/JustOff/moon-tester-tool/releases/download/2.1.2/moon-tester-tool-2.1.2.xpi</em:updateLink>
<em:updateLink>https://github.com/JustOff/moon-tester-tool/releases/download/2.1.3/moon-tester-tool-2.1.3.xpi</em:updateLink>
</RDF:Description>
</em:targetApplication>
</RDF:Description>
Expand Down

0 comments on commit 688e138

Please sign in to comment.