From 1aad13cec5123d966e1aed3292507d1d2fd4bcec Mon Sep 17 00:00:00 2001 From: Alex Stanbury Date: Tue, 7 Mar 2017 10:56:44 +0000 Subject: [PATCH] chore: bump up version number --- bower.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 7331b57..7072d58 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "chartist-plugin-axistitle", - "version": "0.0.1", + "version": "0.0.2", "main": [ "./dist/chartist-plugin-axistitle.min.js" ], diff --git a/package.json b/package.json index 1b71d8d..abde08a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "chartist-plugin-axistitle", "description": "Axis Title Plugin for Chartist.js", - "version": "0.0.1", + "version": "0.0.2", "author": "Alex Stanbury", "homepage": "https://alexstanbury.github.io/chartist-plugin-axistitle", "repository": {