We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57bc833 commit 4426035Copy full SHA for 4426035
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "sendmail2",
3
- "version": "0.2.0",
+ "version": "0.2.1",
4
"description": "Send Mail to Somewhere You Want",
5
"main": "lib/index.js",
6
"types": "types/index.d.ts",
src/metadata.ts
@@ -1,2 +1,2 @@
export const name = 'sendmail2';
-export const version = '0.2.0';
+export const version = '0.2.1';
0 commit comments