Skip to content

Commit 51c4af9

Browse files
committed
Upgrade version to v2.2.3 and update copyright year
- Bump version to v2.2.3. - Update copyright year.
1 parent 68dc141 commit 51c4af9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

md5.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* This is a file that is used to convert string to md5 hash.
3-
* (c) 2018-2019 | xn-02f Lab
3+
* (c) 2018-2020 | xn-02f Lab
44
* License: MIT
55
*/
66

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xn-02f/md5",
3-
"version": "2.1.1",
3+
"version": "2.2.3",
44
"description": "A tiny MD5 library without dependencies for node, convert string to MD5 hash.",
55
"main": "md5.js",
66
"types": "md5.d.ts",

0 commit comments

Comments
 (0)