diff --git a/CONTRIBUTORS b/CONTRIBUTORS index dca5abac7..8855ef99a 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -3,7 +3,7 @@ 277 mhusnirizal update all.json (#1976) 196 Frank Update all.json (#1969) 120 Tim Janssen Update all.json (#1974) - 87 michalisFr Added 0 new domains (#1936) + 88 michalisFr Update all.json from Allure Security findings (#1977) 31 Bill Laboon Add allinone-services.net (#1727) 13 ccris02 Update all.json (#1510) 9 Dan Shields add multipe reported scams (#297) diff --git a/package.json b/package.json index 0b95b4d7b..87534bab9 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.3-24-x", + "version": "0.18.3-25-x", "versions": { - "git": "0.18.3-24-x", + "git": "0.18.3-25-x", "npm": "0.18.2" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 50636cbeb..0c87dd2d3 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.3-24-x", + "version": "0.18.3-25-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 994120161..efbc882a9 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.3-24-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.3-25-x' };