Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
g1eb committed Mar 11, 2017
2 parents e85ccf6 + f5ab783 commit ea736ef
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "calendar-heatmap-graph",
"version": "0.0.5",
"description": "Calendar heatmap graph for time series data.",
"version": "0.0.6",
"description": "d3.js calendar heatmap graph.",
"homepage": "https://github.com/g1eb/calendar-heatmap",
"authors": [
"G1eb <[email protected]>"
"g1eb <[email protected]> (https://g1eb.com)"
],
"license": "MIT",
"main": [
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Calendar Heatmap</title>
<title>d3.js calendar heatmap graph</title>
<link rel="stylesheet" type="text/css" href="dist/calendar-heatmap.min.css">
</head>
<body>
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "calendar-heatmap-graph",
"version": "0.0.5",
"description": "Calendar heatmap graph for time series data.",
"version": "0.0.6",
"description": "d3.js calendar heatmap graph.",
"homepage": "https://github.com/g1eb/calendar-heatmap#readme",
"author": "g1eb",
"author": "g1eb <[email protected]> (https://g1eb.com)",
"license": "MIT",
"main": "index.html",
"repository": {
Expand Down

0 comments on commit ea736ef

Please sign in to comment.