Skip to content

Commit

Permalink
Fix doc annotation for 2b3c8f6 and upgrade to v2.0.0
Browse files Browse the repository at this point in the history
- Fix doc annotation word for commit 2b3c8f6.
- Update copyright footer style in README file.
- Upgrade version to v2.0.0.
  • Loading branch information
huiyifyj committed Feb 16, 2019
1 parent 50c146a commit be7fbc0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ Parameter | return
## License
> [MIT](https://github.com/xn-02f/md5/blob/master/LICENSE)
<br>
<br>
<div align=center>
&copy; 2019 &nbsp; | &nbsp; <a href="https://xn-02f.github.io" target="_blank">xn-02f</a>
<sub>
&copy; 2019 &nbsp; | &nbsp; <a href="https://xn-02f.github.io" target="_blank">xn-02f</a>
</sub>
</div>
2 changes: 1 addition & 1 deletion md5.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
/**
* Convert string to md5 hash.
*
* @param {string} string The raw string you want to convert.
* @param {string} value The raw string you want to convert.
* @return {string} The hexadecimal hash string that is handled and converted.
*/
module.exports = (value) => {
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": "@xn-02f/md5",
"version": "1.2.0",
"version": "2.0.0",
"description": "A MD5 library without dependencies for node, convert string to MD5 hash.",
"main": "md5.js",
"types": "md5.d.ts",
Expand Down

0 comments on commit be7fbc0

Please sign in to comment.