Skip to content

Commit

Permalink
Bump version 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Loic Kartono committed Sep 18, 2015
1 parent 34db2bc commit df1ea1c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# angular-color-chooser
An Angular directive that allow you to pick a color from a custom palette

![Color Chooser](screenshot.png)

# Why

There's a bunch of color picker components out there, they are great at what they are doing, and this one does not aims to replace them.
Expand All @@ -19,7 +21,7 @@ Unfortunately, allowing your end users to choose any color they want to, can lea

2. Manually

Download [https://github.com/softmonkeyjapan/angular-color-chooser/archive/v0.1.1.zip](https://github.com/softmonkeyjapan/angular-color-chooser/archive/v0.1.1.zip)
Download [https://github.com/softmonkeyjapan/angular-color-chooser/archive/v0.1.2.zip](https://github.com/softmonkeyjapan/angular-color-chooser/archive/v0.1.2.zip)


# Usage
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-color-chooser",
"version": "0.1.0",
"version": "0.1.2",
"authors": [
"Loic Kartono <[email protected]>"
],
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": "angular-color-chooser",
"version": "0.1.0",
"version": "0.1.2",
"description": "An Angular directive that allow you to pick a color from a custom palette",
"author": "Loic Kartono <[email protected]> (http://www.kartono-loic.com)",
"devDependencies": {
Expand Down
Binary file added screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit df1ea1c

Please sign in to comment.