Commit 50964e4 1 parent 5405dc0 commit 50964e4 Copy full SHA for 50964e4
File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 9
9
" Mikhail Khvoinitsky <dark-bg-light-text-mozilla@khvoinitsky.org>"
10
10
],
11
11
"title" : " Advanced Night Mode" ,
12
- "version" : " 1.0.10 " ,
12
+ "version" : " 1.0.11 " ,
13
13
"permissions" : {
14
14
"private-browsing" : true
15
15
},
16
16
"preferencesURL" : " resource://advancednightmode-at-off-dot-justoff/data/preferences.html" ,
17
17
"main" : " lib/index.js" ,
18
18
"id" : " AdvancedNightMode@Off.JustOff" ,
19
- "name" : " advanced-night-mode-1.0.10 " ,
19
+ "name" : " advanced-night-mode-1.0.11 " ,
20
20
"icon" : " icon.png" ,
21
21
"homepage" : " https://github.com/JustOff/advanced-night-mode" ,
22
22
"updateURL" : " https://raw.githubusercontent.com/JustOff/advanced-night-mode/master/update.xml"
Original file line number Diff line number Diff line change 1
1
@ echo off
2
- set VER = 1.0.10
2
+ set VER = 1.0.11
3
3
4
4
sed -i -E " s/\" version\" : \" .+?\" /\" version\" : \" %VER% \" /; s/\" name\" : \" .+?\" /\" name\" : \" advanced-night-mode-%VER% \" /" package.json
5
5
sed -i -E " s/version>.+?</version>%VER% </; s/download\/.+?\/advanced-night-mode-.+?\.xpi/download\/%VER% \/advanced-night-mode-%VER% \.xpi/" update.xml
Original file line number Diff line number Diff line change 5
5
<RDF : Seq >
6
6
<RDF : li >
7
7
<RDF : Description >
8
- <em : version >1.0.10 </em : version >
8
+ <em : version >1.0.11 </em : version >
9
9
<em : targetApplication >
10
10
<RDF : Description >
11
11
<em : id >{8de7fcbb-c55c-4fbe-bfc5-fc555c87dbc4}</em : id >
12
12
<em : minVersion >24.0</em : minVersion >
13
13
<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 >
15
15
</RDF : Description >
16
16
</em : targetApplication >
17
17
</RDF : Description >
You can’t perform that action at this time.
0 commit comments