Skip to content

Commit 7cba3c5

Browse files
author
Jason Long
committed
Bump to 1.0.22
1 parent feb1698 commit 7cba3c5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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.21",
3+
"version": "1.0.22",
44
"description": "Renders an isometric pixel view of GitHub contribution graphs.",
55
"content_scripts": [ {
66
"css": [ "iso.css" ],

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.21",
3+
"version": "1.0.22",
44
"description": "Renders an isometric pixel view of GitHub contribution graphs.",
55
"content_scripts": [ {
66
"css": [ "iso.css" ],

safari/isometric-contributions.safariextension/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
<key>CFBundleInfoDictionaryVersion</key>
1414
<string>6.0</string>
1515
<key>CFBundleShortVersionString</key>
16-
<string>1.0.21</string>
16+
<string>1.0.22</string>
1717
<key>CFBundleVersion</key>
18-
<string>1.0.21</string>
18+
<string>1.0.22</string>
1919
<key>Chrome</key>
2020
<dict>
2121
<key>Database Quota</key>

0 commit comments

Comments
 (0)