Skip to content

Commit 7d63d8d

Browse files
committed
Bump version
1 parent a987d3c commit 7d63d8d

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

classic/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>scriptlet-doctor@Off.JustOff</em:id>
5-
<em:version>1.1.1</em:version>
5+
<em:version>1.2.0</em:version>
66
<em:type>2</em:type>
77
<em:bootstrap>true</em:bootstrap>
88
<em:name>Scriptlet Doctor</em:name>

quantum/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "Scriptlet Doctor",
4-
"version": "1.1.1",
4+
"version": "1.2.0",
55
"description": "Allow inline scripts regardless of site policy",
66
"author": "Off JustOff <Off.Just.Off@gmail.com>",
77
"homepage_url": "https://github.com/JustOff/scriptlet-doctor/",

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.1.1
2+
set VER=1.2.0
33

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

update.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"scriptlet-doctor@Off.JustOff": {
44
"updates": [
55
{
6-
"version": "1.1.1",
6+
"version": "1.2.0",
77
"browser_specific_settings": { "gecko": { "strict_min_version": "68" } },
8-
"update_info_url": "https://github.com/JustOff/scriptlet-doctor/releases/tag/1.1.1",
9-
"update_link": "https://github.com/JustOff/scriptlet-doctor/releases/download/1.1.1/scriptlet-doctor-quantum-1.1.1.xpi"
8+
"update_info_url": "https://github.com/JustOff/scriptlet-doctor/releases/tag/1.2.0",
9+
"update_link": "https://github.com/JustOff/scriptlet-doctor/releases/download/1.2.0/scriptlet-doctor-quantum-1.2.0.xpi"
1010
}
1111
]
1212
}

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.1.1</em:version>
8+
<em:version>1.2.0</em:version>
99
<em:targetApplication>
1010
<RDF:Description>
1111
<em:id>{8de7fcbb-c55c-4fbe-bfc5-fc555c87dbc4}</em:id>
1212
<em:minVersion>27.0.0</em:minVersion>
1313
<em:maxVersion>29.*</em:maxVersion>
14-
<em:updateLink>https://github.com/JustOff/scriptlet-doctor/releases/download/1.1.1/scriptlet-doctor-classic-1.1.1.xpi</em:updateLink>
14+
<em:updateLink>https://github.com/JustOff/scriptlet-doctor/releases/download/1.2.0/scriptlet-doctor-classic-1.2.0.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/scriptlet-doctor/releases/download/1.1.1/scriptlet-doctor-classic-1.1.1.xpi</em:updateLink>
22+
<em:updateLink>https://github.com/JustOff/scriptlet-doctor/releases/download/1.2.0/scriptlet-doctor-classic-1.2.0.xpi</em:updateLink>
2323
</RDF:Description>
2424
</em:targetApplication>
2525
</RDF:Description>

0 commit comments

Comments
 (0)