Skip to content

Commit c34b69a

Browse files
committed
Release 3.6.1
1 parent 357bb90 commit c34b69a

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"d3js",
88
"heat map"
99
],
10-
"version": "3.6.0",
10+
"version": "3.6.1",
1111
"main": ["./cal-heatmap.js", "./cal-heatmap.css"],
1212
"dependencies": {
1313
"d3": ">=3.0.6 <4.0.0"

cal-heatmap.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! cal-heatmap v3.6.0 (Sun Apr 24 2016 19:19:35)
1+
/*! cal-heatmap v3.6.1 (Tue Aug 30 2016 02:31:17)
22
* ---------------------------------------------
33
* Cal-Heatmap is a javascript module to create calendar heatmap to visualize time series data
44
* https://github.com/wa0x6e/cal-heatmap

cal-heatmap.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cal-heatmap",
3-
"version": "3.6.0",
3+
"version": "3.6.1",
44
"repository": "wa0x6e/cal-heatmap",
55
"dependencies": {
66
"mbostock/d3": ">=3.0.6 <4.0.0"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cal-heatmap",
3-
"version": "3.6.0",
3+
"version": "3.6.1",
44
"description": "Cal-Heatmap is a javascript module to create calendar heatmap to visualize time series data",
55
"keywords": [
66
"calendar",

test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! cal-heatmap v3.6.0 (Sun Apr 24 2016 19:19:35)
1+
/*! cal-heatmap v3.6.1 (Tue Aug 30 2016 02:31:17)
22
* ---------------------------------------------
33
* Cal-Heatmap is a javascript module to create calendar heatmap to visualize time series data
44
* https://github.com/wa0x6e/cal-heatmap

0 commit comments

Comments
 (0)