Skip to content

Commit 459ecd7

Browse files
committed
updated version number in metadata
1 parent e74e195 commit 459ecd7

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,5 @@ This project is licensed under the terms of the MIT license.
7373
4. Think about using and returning seeds.
7474
5. Think about adding feature to return complementary & contrasting colors, as well as color triads, tetrads etc. Other libraries might already do this better though.
7575
6. Think about adding a scheme options which would return a dominant color, as well as secondary, tertiary color and primary and secondary text colors. This might be a bad idea.
76+
77+
http://indiegamr.com/generate-repeatable-random-numbers-in-js/

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "randomcolor",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"homepage": "http://llllll.li/randomColor/",
55
"repository": {
66
"type": "git",

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "randomcolor",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"repo": "davidmerfield/randomColor",
55
"description": "For generating attractive random colors",
66
"license": "MIT",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "randomcolor",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"description": "For generating attractive random colors",
55
"main": "randomColor.js",
66
"directories": {

0 commit comments

Comments
 (0)