Skip to content

Commit 394b2a6

Browse files
committed
Version 1.0.4
1 parent c7c824f commit 394b2a6

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@ RandomColor::one(array(
6262

6363
### Other languages
6464

65-
RandomColor is available in [JavaScript](https://github.com/davidmerfield/randomColor), [C#](https://github.com/nathanpjones/randomColorSharped), [Go](https://github.com/hansrodtang/randomcolor), [Python](https://github.com/kevinwuhoo/randomcolor-py), [Swift](https://github.com/onevcat/RandomColorSwift), [Objective-C](https://github.com/yageek/randomColor), [Java](https://github.com/lzyzsd/AndroidRandomColor) and
66-
[R](https://github.com/ronammar/randomcoloR).
65+
RandomColor is available in [JavaScript](https://github.com/davidmerfield/randomColor), [C#](https://github.com/nathanpjones/randomColorSharped), [C++](https://github.com/xuboying/randomcolor-cpp), [Go](https://github.com/hansrodtang/randomcolor), [Python](https://github.com/kevinwuhoo/randomcolor-py), [Swift](https://github.com/onevcat/RandomColorSwift), [Objective-C](https://github.com/yageek/randomColor), [Java](https://github.com/lzyzsd/AndroidRandomColor), [R](https://github.com/ronammar/randomcoloR) and [Rust](https://github.com/elementh/random_color).
6766

6867
### License
6968

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mistic100/randomcolor",
33
"description": "Generate attractive random colors",
4-
"version": "1.0.3",
4+
"version": "1.0.4",
55
"license": "MIT",
66
"authors": [{
77
"name": "Damien \"Mistic\" Sorel",

src/RandomColor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* RandomColor 1.0.3
3+
* RandomColor 1.0.4
44
*
55
* PHP port of David Merfield JavaScript randomColor
66
* https://github.com/davidmerfield/randomColor

0 commit comments

Comments
 (0)