diff --git a/build/bundle.js b/build/bundle.js index 41c3f73..4107195 100644 --- a/build/bundle.js +++ b/build/bundle.js @@ -349,7 +349,7 @@ module.exports = module.exports = { "title": "Auth0 Unblock Users", "name": "auth0-unblock-users", - "version": "0.8.0", + "version": "1.0.0", "author": "saltuk", "description": "This extension will search for blocked users in the logs and unblock them", "type": "cron", diff --git a/package.json b/package.json index b0498d5..099fa7b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth0-unblock-users", - "version": "0.8.0", + "version": "1.0.0", "description": "This extension will search for blocked users in the logs and unblock them", "main": "index.js", "scripts": { diff --git a/webtask.json b/webtask.json index 9d5d1b7..e6ad7d7 100644 --- a/webtask.json +++ b/webtask.json @@ -1,7 +1,7 @@ { "title": "Auth0 Unblock Users", "name": "auth0-unblock-users", - "version": "0.8.0", + "version": "1.0.0", "author": "saltuk", "description": "This extension will search for blocked users in the logs and unblock them", "type": "cron",