Skip to content

Commit d759b84

Browse files
committed
1.1.2
Support for ng rc6 by AsianPsychoBoy
1 parent bc3dd9d commit d759b84

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular2-color-picker",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"authors": [
55
"Alberto Pujante <[email protected]>"
66
],

examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular2-color-picker-example",
33
"description": "Example for Angular2 Color Picker",
4-
"version": "1.1.1",
4+
"version": "1.1.2",
55
"scripts": {
66
"start": "tsc && concurrently \"npm run tsc:w\" \"npm run lite\" ",
77
"lite": "lite-server",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular2-color-picker",
33
"description": "Angular 2 Color Picker Directive, no dependences required.",
4-
"version": "1.1.1",
4+
"version": "1.1.2",
55
"main": "index.js",
66
"scripts": {
77
"build": "gulp"

0 commit comments

Comments
 (0)