Skip to content

Commit

Permalink
bump version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zenozeng committed Feb 21, 2015
1 parent 811b06e commit 155ef10
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "color-hash",
"version": "0.1.3",
"version": "1.0.0",
"homepage": "https://github.com/zenozeng/color-hash",
"authors": [
"Zeno Zeng <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion coverage/lcov-report/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ <h2>
</div>
</div>
<div class="footer">
<div class="meta">Generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Sat Feb 21 2015 11:24:57 GMT+0800 (CST)</div>
<div class="meta">Generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Sat Feb 21 2015 11:32:07 GMT+0800 (CST)</div>
</div>

<script src="prettify.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/lcov-report/lib/bkdr-hash.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ <h2>

</div>
<div class="footer">
<div class="meta">Generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Sat Feb 21 2015 11:24:57 GMT+0800 (CST)</div>
<div class="meta">Generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Sat Feb 21 2015 11:32:07 GMT+0800 (CST)</div>
</div>

<script src="../prettify.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/lcov-report/lib/color-hash.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ <h2>

</div>
<div class="footer">
<div class="meta">Generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Sat Feb 21 2015 11:24:57 GMT+0800 (CST)</div>
<div class="meta">Generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Sat Feb 21 2015 11:32:07 GMT+0800 (CST)</div>
</div>

<script src="../prettify.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/lcov-report/lib/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ <h2>
</div>
</div>
<div class="footer">
<div class="meta">Generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Sat Feb 21 2015 11:24:57 GMT+0800 (CST)</div>
<div class="meta">Generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Sat Feb 21 2015 11:32:07 GMT+0800 (CST)</div>
</div>

<script src="../prettify.js"></script>
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": "color-hash",
"version": "0.1.3",
"version": "1.0.0",
"description": "Generate color based on the given string (using HSL color space and BKDRHash).",
"main": "lib/color-hash.js",
"scripts": {
Expand Down

0 comments on commit 155ef10

Please sign in to comment.