From e2232142e39167c4436dd83ba5c5bd5762202c01 Mon Sep 17 00:00:00 2001 From: Brian Kelley Date: Thu, 3 Mar 2016 15:42:10 -0600 Subject: [PATCH 1/2] Version --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index da8099c..50c8c4a 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "md-color-picker", - "version": "0.1.0", + "version": "0.2.0", "authors": [ "Brian Kelley " ], From 7abb63886086e65f9488359e0801cd9f0a58d77a Mon Sep 17 00:00:00 2001 From: Brian Kelley Date: Thu, 3 Mar 2016 17:00:15 -0600 Subject: [PATCH 2/2] damn you npm --- bower.json | 2 +- dist/mdColorPicker.css | 2 +- dist/mdColorPicker.js | 2 +- dist/mdColorPicker.min.css | 2 +- dist/mdColorPicker.min.js | 2 +- package.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bower.json b/bower.json index 50c8c4a..64c6e2c 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "md-color-picker", - "version": "0.2.0", + "version": "0.2.1", "authors": [ "Brian Kelley " ], diff --git a/dist/mdColorPicker.css b/dist/mdColorPicker.css index 45f5b74..2ad5aa4 100644 --- a/dist/mdColorPicker.css +++ b/dist/mdColorPicker.css @@ -1,6 +1,6 @@ /** * md-color-picker - Angular-Material inspired color picker. - * @version v0.2.0 + * @version v0.2.1 * @link https://github.com/brianpkelley/md-color-picker * @license MIT */ diff --git a/dist/mdColorPicker.js b/dist/mdColorPicker.js index d1cfa83..688235a 100644 --- a/dist/mdColorPicker.js +++ b/dist/mdColorPicker.js @@ -1,6 +1,6 @@ /** * md-color-picker - Angular-Material inspired color picker. - * @version v0.2.0 + * @version v0.2.1 * @link https://github.com/brianpkelley/md-color-picker * @license MIT */ diff --git a/dist/mdColorPicker.min.css b/dist/mdColorPicker.min.css index 67db863..1dc9c1d 100644 --- a/dist/mdColorPicker.min.css +++ b/dist/mdColorPicker.min.css @@ -1,6 +1,6 @@ /** * md-color-picker - Angular-Material inspired color picker. - * @version v0.2.0 + * @version v0.2.1 * @link https://github.com/brianpkelley/md-color-picker * @license MIT */ diff --git a/dist/mdColorPicker.min.js b/dist/mdColorPicker.min.js index 3031d49..cd4fe7d 100644 --- a/dist/mdColorPicker.min.js +++ b/dist/mdColorPicker.min.js @@ -1,6 +1,6 @@ /** * md-color-picker - Angular-Material inspired color picker. - * @version v0.2.0 + * @version v0.2.1 * @link https://github.com/brianpkelley/md-color-picker * @license MIT */ diff --git a/package.json b/package.json index cfdbb00..01a02ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "md-color-picker", - "version": "0.2.0", + "version": "0.2.1", "description": "Angular-Material inspired color picker.", "main": "dist/mdColorPicker.min.js", "dependencies": {