Skip to content

Commit 50964e4

Browse files
committed
Bump version
1 parent 5405dc0 commit 50964e4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
"Mikhail Khvoinitsky <dark-bg-light-text-mozilla@khvoinitsky.org>"
1010
],
1111
"title": "Advanced Night Mode",
12-
"version": "1.0.10",
12+
"version": "1.0.11",
1313
"permissions": {
1414
"private-browsing": true
1515
},
1616
"preferencesURL": "resource://advancednightmode-at-off-dot-justoff/data/preferences.html",
1717
"main": "lib/index.js",
1818
"id": "AdvancedNightMode@Off.JustOff",
19-
"name": "advanced-night-mode-1.0.10",
19+
"name": "advanced-night-mode-1.0.11",
2020
"icon": "icon.png",
2121
"homepage": "https://github.com/JustOff/advanced-night-mode",
2222
"updateURL": "https://raw.githubusercontent.com/JustOff/advanced-night-mode/master/update.xml"

release.cmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@echo off
2-
set VER=1.0.10
2+
set VER=1.0.11
33

44
sed -i -E "s/\"version\": \".+?\"/\"version\": \"%VER%\"/; s/\"name\": \".+?\"/\"name\": \"advanced-night-mode-%VER%\"/" package.json
55
sed -i -E "s/version>.+?</version>%VER%</; s/download\/.+?\/advanced-night-mode-.+?\.xpi/download\/%VER%\/advanced-night-mode-%VER%\.xpi/" update.xml

update.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<RDF:Seq>
66
<RDF:li>
77
<RDF:Description>
8-
<em:version>1.0.10</em:version>
8+
<em:version>1.0.11</em:version>
99
<em:targetApplication>
1010
<RDF:Description>
1111
<em:id>{8de7fcbb-c55c-4fbe-bfc5-fc555c87dbc4}</em:id>
1212
<em:minVersion>24.0</em:minVersion>
1313
<em:maxVersion>29.*</em:maxVersion>
14-
<em:updateLink>https://github.com/JustOff/advanced-night-mode/releases/download/1.0.10/advanced-night-mode-1.0.10.xpi</em:updateLink>
14+
<em:updateLink>https://github.com/JustOff/advanced-night-mode/releases/download/1.0.11/advanced-night-mode-1.0.11.xpi</em:updateLink>
1515
</RDF:Description>
1616
</em:targetApplication>
1717
</RDF:Description>

0 commit comments

Comments
 (0)