Skip to content

Commit

Permalink
v0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Jul 5, 2018
1 parent 658351a commit 620e4b3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,5 @@ maintain the existing coding style.
* 2018-06-13   v0.1.3   allow semicolon at the end of an rgb string
* 2018-06-19   v0.1.4   ignore text before or after the color
* 2018-07-04   v0.1.5   Fix stripping of color and regexp
* 2018-07-05   v0.1.6   Prevent Regular Expression Denial of Service attacks
* 2018-07-05   v0.1.6   Prevent Regular Expression Denial of Service attacks
* 2018-07-05   v0.1.7   Minor coverage fix
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "rgb2hex",
"main": "rgb2hex.js",
"version": "0.1.6",
"version": "0.1.7",
"homepage": "https://github.com/christian-bromann/rgb2hex",
"authors": [
"Christian Bromann <mail@christian-bromann.com>"
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": "rgb2hex",
"version": "0.1.6",
"version": "0.1.7",
"description": "lightweight rgb/rgba to hex parser",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit 620e4b3

Please sign in to comment.