From a63b6d2b504ef39676e7375a2544d974f16f4166 Mon Sep 17 00:00:00 2001 From: Daniel Mane Date: Mon, 17 Mar 2014 18:20:24 -0700 Subject: [PATCH] Silly version number --- bower.json | 2 +- license_header.txt | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index d185da668b..b072939f91 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "plottable", - "version": "0.5.0", + "version": "0.5.1", "ignore": [ "**/*", "!plottable.js", diff --git a/license_header.txt b/license_header.txt index 53d94cfcf5..45d6f47320 100644 --- a/license_header.txt +++ b/license_header.txt @@ -1,5 +1,5 @@ /*! -Plottable v0.5.0 (https://github.com/palantir/plottable) +Plottable v0.5.1 (https://github.com/palantir/plottable) Copyright 2014 Palantir Technologies Licensed under MIT (https://github.com/palantir/plottable/blob/master/LICENSE) */ diff --git a/package.json b/package.json index bd3bdf18e5..cbc4ffcfa7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "plottable.js", - "version": "0.5.0", + "version": "0.5.1", "description": "Build flexible, performant, interactive charts using D3", "repository": { "type": "git",