Skip to content

Commit

Permalink
0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
2020leon committed Dec 19, 2022
1 parent 57bc833 commit 4426035
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sendmail2",
"version": "0.2.0",
"version": "0.2.1",
"description": "Send Mail to Somewhere You Want",
"main": "lib/index.js",
"types": "types/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/metadata.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const name = 'sendmail2';
export const version = '0.2.0';
export const version = '0.2.1';

0 comments on commit 4426035

Please sign in to comment.