Skip to content

Commit

Permalink
Merge branch 'release/v.0.2.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
brianpkelley committed Mar 3, 2016
2 parents 16f3c4f + 7abb638 commit 8dc1e10
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": "md-color-picker",
"version": "0.2.0",
"version": "0.2.1",
"authors": [
"Brian Kelley <[email protected]>"
],
Expand Down
2 changes: 1 addition & 1 deletion dist/mdColorPicker.css
Original file line number Diff line number Diff line change
@@ -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
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/mdColorPicker.js
Original file line number Diff line number Diff line change
@@ -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
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/mdColorPicker.min.css

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

2 changes: 1 addition & 1 deletion dist/mdColorPicker.min.js

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": "md-color-picker",
"version": "0.2.0",
"version": "0.2.1",
"description": "Angular-Material inspired color picker.",
"main": "dist/mdColorPicker.min.js",
"dependencies": {
Expand Down

0 comments on commit 8dc1e10

Please sign in to comment.