Skip to content

Commit 4426035

Browse files
committed
0.2.1
1 parent 57bc833 commit 4426035

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sendmail2",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Send Mail to Somewhere You Want",
55
"main": "lib/index.js",
66
"types": "types/index.d.ts",

src/metadata.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
export const name = 'sendmail2';
2-
export const version = '0.2.0';
2+
export const version = '0.2.1';

0 commit comments

Comments
 (0)