Skip to content

Commit

Permalink
Release 3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e committed Aug 29, 2016
1 parent 357bb90 commit c34b69a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"d3js",
"heat map"
],
"version": "3.6.0",
"version": "3.6.1",
"main": ["./cal-heatmap.js", "./cal-heatmap.css"],
"dependencies": {
"d3": ">=3.0.6 <4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion cal-heatmap.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! cal-heatmap v3.6.0 (Sun Apr 24 2016 19:19:35)
/*! cal-heatmap v3.6.1 (Tue Aug 30 2016 02:31:17)
* ---------------------------------------------
* Cal-Heatmap is a javascript module to create calendar heatmap to visualize time series data
* https://github.com/wa0x6e/cal-heatmap
Expand Down
2 changes: 1 addition & 1 deletion cal-heatmap.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cal-heatmap",
"version": "3.6.0",
"version": "3.6.1",
"repository": "wa0x6e/cal-heatmap",
"dependencies": {
"mbostock/d3": ">=3.0.6 <4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cal-heatmap",
"version": "3.6.0",
"version": "3.6.1",
"description": "Cal-Heatmap is a javascript module to create calendar heatmap to visualize time series data",
"keywords": [
"calendar",
Expand Down
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! cal-heatmap v3.6.0 (Sun Apr 24 2016 19:19:35)
/*! cal-heatmap v3.6.1 (Tue Aug 30 2016 02:31:17)
* ---------------------------------------------
* Cal-Heatmap is a javascript module to create calendar heatmap to visualize time series data
* https://github.com/wa0x6e/cal-heatmap
Expand Down

0 comments on commit c34b69a

Please sign in to comment.