Skip to content

Commit

Permalink
Bump to 1.1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonlong committed Mar 23, 2023
1 parent 0b5db14 commit 3c87a86
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
5 changes: 2 additions & 3 deletions src/iso.js
Expand Up @@ -465,7 +465,7 @@ const formatDateString = (dateString, options) => {
return date
}

(async function() {
;(async function () {
if (document.querySelector('.js-calendar-graph')) {
await getSettings()
generateIsometricChart()
Expand All @@ -491,5 +491,4 @@ const formatDateString = (dateString, options) => {
const observer = new MutationObserver(callback)
observer.observe(observedContainer, config)
}
}())

})()
7 changes: 6 additions & 1 deletion src/manifest-v2.json
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "GitHub Isometric Contributions",
"version": "1.1.23",
"version": "1.1.24",
"description": "Renders an isometric pixel view of GitHub contribution graphs.",
"content_scripts": [
{
Expand All @@ -15,5 +15,10 @@
"icons": {
"48": "icon-48.png",
"128": "icon-128.png"
},
"browser_specific_settings": {
"gecko": {
"id": "isometric-contributions@jasonlong.me"
}
}
}
5 changes: 0 additions & 5 deletions src/manifest.json
Expand Up @@ -15,10 +15,5 @@
"icons": {
"48": "icon-48.png",
"128": "icon-128.png"
},
"browser_specific_settings": {
"gecko": {
"id": "isometric-contributions@jasonlong.me"
}
}
}

0 comments on commit 3c87a86

Please sign in to comment.