Skip to content

Commit 6d36394

Browse files
Update Version Number.
1 parent 577431b commit 6d36394

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": "mailboxvalidator-nodejs",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "MailboxValidator API",
55
"keywords": ["mailboxvalidator api", "email validation"],
66
"homepage": "https://www.mailboxvalidator.com/nodejs",

src/mailboxvalidator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
var https = require('https');
22

3-
var version = "1.1";
3+
var version = "1.1.1";
44
var apikey = "";
55
var singleurl = "https://api.mailboxvalidator.com/v1/validation/single";
66
var disposableurl = "https://api.mailboxvalidator.com/v1/email/disposable";

0 commit comments

Comments
 (0)