Skip to content

Commit 734ad22

Browse files
committed
[refactor] organise images
1 parent 1db84a9 commit 734ad22

File tree

8 files changed

+4
-4
lines changed

8 files changed

+4
-4
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

‎js/version.js‎

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

33
// version is normally bumped when the state needs changing or any new functionality is added
4-
varcurrent="3.11.0";
4+
varcurrent="3.12.0";
55

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

‎manifest.json‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"newtab": "index.html"
88
},
99
"icons":{
10-
"16": "images/icon-16.png",
11-
"48": "images/icon-48.png",
12-
"128": "images/icon-128.png"
10+
"16": "icons/icon-16.png",
11+
"48": "icons/icon-48.png",
12+
"128": "icons/icon-128.png"
1313
}
1414
}

0 commit comments

Comments
(0)