Skip to content

Commit

Permalink
Version 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic100 committed Apr 16, 2018
1 parent c7c824f commit 394b2a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ RandomColor::one(array(

### Other languages

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
[R](https://github.com/ronammar/randomcoloR).
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).

### License

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mistic100/randomcolor",
"description": "Generate attractive random colors",
"version": "1.0.3",
"version": "1.0.4",
"license": "MIT",
"authors": [{
"name": "Damien \"Mistic\" Sorel",
Expand Down
2 changes: 1 addition & 1 deletion src/RandomColor.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* RandomColor 1.0.3
* RandomColor 1.0.4
*
* PHP port of David Merfield JavaScript randomColor
* https://github.com/davidmerfield/randomColor
Expand Down

0 comments on commit 394b2a6

Please sign in to comment.