diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 90d97b27e..f36e370e7 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 377 Mich Update all.json (#1121) - 342 Jaco Add missing ETH phishing entries (#1113) + 343 Jaco Add test for allowed top-level domains (#1120) 116 mhusnirizal update all.json (#1112) 77 michalisFr Update all.json (#1036) 41 frankywild Update all.json (#1118) diff --git a/package.json b/package.json index 7bdf99567..3dd926f23 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.8.180", + "version": "0.8.181", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index dc100d95a..4b684e19b 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.8.180", + "version": "0.8.181", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index f230e9163..7386a69a3 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.8.180' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.8.181' };