Skip to content

Commit

Permalink
1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardLitt committed Aug 31, 2017
1 parent 7d85f96 commit 690ca13
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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.1",
"version": "1.6.2",
"description": "Rickshaw is a JavaScript toolkit for creating interactive time series graphs.",
"main": "./rickshaw",
"license": "MIT",
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": "rickshaw",
"version": "1.6.1",
"version": "1.6.2",
"homepage": "http://code.shutterstock.com/rickshaw/",
"dependencies": {
"d3": "^3.5.16"
Expand Down
4 changes: 2 additions & 2 deletions 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.1',
version: '1.6.2',

namespace: function(namespace, obj) {

Expand Down Expand Up @@ -949,7 +949,7 @@ Rickshaw.Fixtures.Time = function() {
}, {
name: 'minute',
seconds: 60,
formatter: function(d) { return d.getUTCMinutes() }
formatter: function(d) { return d.getUTCMinutes() + 'm' }
}, {
name: '15 second',
seconds: 15,
Expand Down
4 changes: 2 additions & 2 deletions 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.1',
version: '1.6.2',

namespace: function(namespace, obj) {

Expand Down

0 comments on commit 690ca13

Please sign in to comment.