diff --git a/package-lock.json b/package-lock.json index f0a3f66..e9e443b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "toastmaker", - "version": "1.0.6", + "version": "1.0.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 498882b..8e9cf9b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "toastmaker", - "version": "1.0.6", + "version": "1.0.7", "description": "ToastMaker is a light javascript library for showing toast notifications on web page", "files": [ "dist/**/*", @@ -51,4 +51,4 @@ "notification" ], "dependencies": {} -} \ No newline at end of file +}