diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 30017435c..c8de6b19c 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2,7 +2,7 @@ 451 Jaco Pin Github actions (#2126) 302 mhusnirizal update all.json (#2099) 234 Frank Update all.json (#2133) - 184 Tim Janssen Update all.json (#2131) + 185 Tim Janssen Update all.json (#2134) 92 michalisFr Added 0 new domains (#2124) 31 Bill Laboon Add allinone-services.net (#1727) 13 ccris02 Update all.json (#1510) diff --git a/all.json b/all.json index 2586a6f8e..7e298bca6 100644 --- a/all.json +++ b/all.json @@ -27,7 +27,6 @@ ], "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", - "verifyresolve.shop", "0vvwvuniswap.top", "0vvwwuniswap.top", "0vwwuniswap.top", @@ -10409,6 +10408,7 @@ "verifynft-now.com", "verifynodeblock.online", "verifyownership.xyz", + "verifyresolve.shop", "verifystepnwallconn.online", "verifytoken.in", "verifytokenid.com", diff --git a/meta/2022-08.json b/meta/2022-08.json index 4e636f8be..78070e43e 100644 --- a/meta/2022-08.json +++ b/meta/2022-08.json @@ -27,6 +27,10 @@ "date": "2022-08-28", "url": "validateserver.com" }, + { + "date": "2022-08-28", + "url": "verifyresolve.shop" + }, { "date": "2022-08-27", "url": "binanrector.online" diff --git a/package.json b/package.json index 8097bb817..3c29d1346 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.7-29-x", + "version": "0.18.7-30-x", "versions": { - "git": "0.18.7-29-x", + "git": "0.18.7-30-x", "npm": "0.18.6" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 26a59028c..d2bf40790 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.7-29-x", + "version": "0.18.7-30-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.9", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 097c77a7c..4442b4278 100644 --- a/packages/phishing/src/packageInfo.ts +++ b/packages/phishing/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.7-29-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.7-30-x' };