Skip to content

Commit 3c87a86

Browse files
committed
Bump to 1.1.24
1 parent 0b5db14 commit 3c87a86

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

src/iso.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ const formatDateString = (dateString, options) => {
465465
return date
466466
}
467467

468-
(async function() {
468+
;(async function () {
469469
if (document.querySelector('.js-calendar-graph')) {
470470
await getSettings()
471471
generateIsometricChart()
@@ -491,5 +491,4 @@ const formatDateString = (dateString, options) => {
491491
const observer = new MutationObserver(callback)
492492
observer.observe(observedContainer, config)
493493
}
494-
}())
495-
494+
})()

src/manifest-v2.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "GitHub Isometric Contributions",
4-
"version": "1.1.23",
4+
"version": "1.1.24",
55
"description": "Renders an isometric pixel view of GitHub contribution graphs.",
66
"content_scripts": [
77
{
@@ -15,5 +15,10 @@
1515
"icons": {
1616
"48": "icon-48.png",
1717
"128": "icon-128.png"
18+
},
19+
"browser_specific_settings": {
20+
"gecko": {
21+
22+
}
1823
}
1924
}

src/manifest.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,5 @@
1515
"icons": {
1616
"48": "icon-48.png",
1717
"128": "icon-128.png"
18-
},
19-
"browser_specific_settings": {
20-
"gecko": {
21-
22-
}
2318
}
2419
}

0 commit comments

Comments
 (0)