Skip to content

Commit 40c8e90

Browse files
committed
[feature] version bump and update
1 parent d499845 commit 40c8e90

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

‎src/js/update.js‎

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -569,6 +569,18 @@ var update = (function(){
569569
"3.30.0": function(data){
570570
data.state.link.item.order="displayname";
571571
returndata;
572+
},
573+
"3.32.0": function(data){
574+
if(data.state.background.image.url==""){
575+
data.state.background.image.from="file";
576+
}else{
577+
data.state.background.image.from="url";
578+
};
579+
data.state.background.image.file={
580+
name: "",
581+
data: ""
582+
};
583+
returndata;
572584
}
573585
};
574586

‎src/js/version.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
varversion=(function(){
22

3-
varcurrent="3.31.1";
3+
varcurrent="3.32.0";
44

55
varcompare=function(a,b){
66
varpa=a.split(".");

‎src/manifest.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nightTab",
33
"short_name": "nightTab",
44
"description": "A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab.",
5-
"version": "3.31.1",
5+
"version": "3.32.0",
66
"manifest_version": 2,
77
"chrome_url_overrides":{
88
"newtab": "index.html"

0 commit comments

Comments
(0)