diff --git a/package-lock.json b/package-lock.json index bc099a3..bf7fd9d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "verify-image-url", - "version": "1.2.3", + "version": "1.2.4", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "1.2.3", + "version": "1.2.4", "license": "MIT", "dependencies": { "got": "^11.8.2", diff --git a/package.json b/package.json index 37ad8db..56e3c63 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "verify-image-url", - "version": "1.2.3", + "version": "1.2.4", "description": "A package to check if a URL is an image URL or not and also get the valid image link from it", "main": "index.js", "types": "index.d.ts",