Skip to content

Commit

Permalink
1.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
cesine committed May 7, 2018
1 parent 45accd3 commit 78374fb
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
@@ -1,6 +1,6 @@
{
"name": "rickshaw",
"version": "1.6.5",
"version": "1.6.6",
"description": "Rickshaw is a JavaScript toolkit for creating interactive time series graphs.",
"main": [
"./rickshaw.js",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rickshaw",
"version": "1.6.5",
"version": "1.6.6",
"homepage": "https://shutterstock.github.io/rickshaw/",
"dependencies": {
"d3": "^3.5.16"
Expand Down
2 changes: 1 addition & 1 deletion rickshaw.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
/* jshint -W079 */

var Rickshaw = {
version: '1.6.5',
version: '1.6.6',

namespace: function(namespace, obj) {

Expand Down
2 changes: 1 addition & 1 deletion rickshaw.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/js/Rickshaw.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* jshint -W079 */

var Rickshaw = {
version: '1.6.5',
version: '1.6.6',

namespace: function(namespace, obj) {

Expand Down

0 comments on commit 78374fb

Please sign in to comment.