diff --git a/package-lock.json b/package-lock.json index e2c7e86..e421721 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "adonisjs-hcaptcha", - "version": "0.2.1", + "version": "0.2.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 541cd59..1159d07 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "adonisjs-hcaptcha", - "version": "0.2.1", + "version": "0.2.2", "description": "A middleware for AdonisJS to keep your web applications secure from bots using hCaptcha", "main": "./build/Providers/HcaptchaProvider.js", "scripts": {