diff --git a/bower.json b/bower.json index 7e34de9..7544754 100644 --- a/bower.json +++ b/bower.json @@ -8,8 +8,8 @@ ], "license": "MIT", "main": [ - "dist/calendar-heatmap.js", - "dist/calendar-heatmap.css" + "dist/calendar-heatmap.min.js", + "dist/calendar-heatmap.min.css" ], "ignore": [ "**/.*", diff --git a/package.json b/package.json index 2151a20..d50f304 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "calendar-heatmap-graph", - "version": "0.0.2", + "version": "0.0.3", "description": "Calendar heatmap graph for time series data.", "homepage": "https://github.com/g1eb/calendar-heatmap#readme", "author": "g1eb",