Skip to content

Commit c26605d

Browse files
committed
Update version
1 parent c248b62 commit c26605d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

coderstats/data/coderstats.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ let path = document.location.pathname,
22
details,
33
login,
44
url;
5-
5+
66
if (m = path.match(/^\/([\w-]+)\??.*?/)) {
77
login = m[1].trim();
88
if (-1 === ['timeline', 'languages', 'blog', 'explore'].indexOf(login)) {

coderstats/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "Display a link to the CoderStats page for the currently displayed GitHub user when browsing github.com.",
66
"author": "CoderStats",
77
"license": "MIT",
8-
"version": "1.1.0",
8+
"version": "1.2.0",
99
"homepage": "http://coderstats.net/",
1010
"icon64": "static/logo-64x64.png"
1111
}

0 commit comments

Comments
 (0)