Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
JustOff committed Feb 2, 2020
1 parent 8d82021 commit 36181e9
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion classic/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>scriptlet-doctor@Off.JustOff</em:id>
<em:version>1.0.1</em:version>
<em:version>1.0.2</em:version>
<em:type>2</em:type>
<em:bootstrap>true</em:bootstrap>
<em:name>Scriptlet Doctor</em:name>
Expand Down
2 changes: 1 addition & 1 deletion quantum/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Scriptlet Doctor",
"version": "1.0.1",
"version": "1.0.2",
"description": "Allow inline scripts regardless of site policy",
"author": "Off JustOff <Off.Just.Off@gmail.com>",
"homepage_url": "https://github.com/JustOff/scriptlet-doctor/",
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.1
set VER=1.0.2

sed -i -E "s/version>.+?</version>%VER%</" classic\install.rdf
sed -i -E "s/version>.+?</version>%VER%</; s/download\/.+?\/(.+?)classic-.+?\.xpi/download\/%VER%\/\1classic-%VER%\.xpi/" update.xml
Expand Down
6 changes: 3 additions & 3 deletions update.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"scriptlet-doctor@Off.JustOff": {
"updates": [
{
"version": "1.0.1",
"version": "1.0.2",
"browser_specific_settings": { "gecko": { "strict_min_version": "68" } },
"update_info_url": "https://github.com/JustOff/scriptlet-doctor/releases/tag/1.0.1",
"update_link": "https://github.com/JustOff/scriptlet-doctor/releases/download/1.0.1/scriptlet-doctor-quantum-1.0.1.xpi"
"update_info_url": "https://github.com/JustOff/scriptlet-doctor/releases/tag/1.0.2",
"update_link": "https://github.com/JustOff/scriptlet-doctor/releases/download/1.0.2/scriptlet-doctor-quantum-1.0.2.xpi"
}
]
}
Expand Down
6 changes: 3 additions & 3 deletions update.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@
<RDF:Seq>
<RDF:li>
<RDF:Description>
<em:version>1.0.1</em:version>
<em:version>1.0.2</em:version>
<em:targetApplication>
<RDF:Description>
<em:id>{8de7fcbb-c55c-4fbe-bfc5-fc555c87dbc4}</em:id>
<em:minVersion>27.0.0</em:minVersion>
<em:maxVersion>29.*</em:maxVersion>
<em:updateLink>https://github.com/JustOff/scriptlet-doctor/releases/download/1.0.1/scriptlet-doctor-classic-1.0.1.xpi</em:updateLink>
<em:updateLink>https://github.com/JustOff/scriptlet-doctor/releases/download/1.0.2/scriptlet-doctor-classic-1.0.2.xpi</em:updateLink>
</RDF:Description>
</em:targetApplication>
<em:targetApplication>
<RDF:Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>45.0</em:minVersion>
<em:maxVersion>56.*</em:maxVersion>
<em:updateLink>https://github.com/JustOff/scriptlet-doctor/releases/download/1.0.1/scriptlet-doctor-classic-1.0.1.xpi</em:updateLink>
<em:updateLink>https://github.com/JustOff/scriptlet-doctor/releases/download/1.0.2/scriptlet-doctor-classic-1.0.2.xpi</em:updateLink>
</RDF:Description>
</em:targetApplication>
</RDF:Description>
Expand Down

0 comments on commit 36181e9

Please sign in to comment.