Skip to content

Commit e76d58e

Browse files
author
Jason Long
authored
Merge pull request #96 from jasonlong/weeks-have-7-days
Fix weeks with 6 days
2 parents 357ea95 + f1585a8 commit e76d58e

File tree

16 files changed

+453
-655
lines changed

16 files changed

+453
-655
lines changed

chrome/iso.js

Lines changed: 7 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

chrome/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Isometric Contributions",
3-
"version": "1.0.24",
3+
"version": "1.0.25",
44
"description": "Renders an isometric pixel view of GitHub contribution graphs.",
55
"content_scripts": [ {
66
"css": [ "iso.css" ],
36 Bytes
Binary file not shown.

firefox/isometric-contributions/iso.js

Lines changed: 7 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

firefox/isometric-contributions/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Isometric Contributions",
3-
"version": "1.0.24",
3+
"version": "1.0.25",
44
"description": "Renders an isometric pixel view of GitHub contribution graphs.",
55
"content_scripts": [ {
66
"css": [ "iso.css" ],

0 commit comments

Comments
 (0)