diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 4cb330f5c..04db3fcba 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,8 +1,8 @@ 591 Mich block "walletsrectification.network", (#2585) 467 Jaco Bump TS (#2589) 372 Frank Update all.json (#2601) + 364 Tim Janssen Update all.json (#2602) 363 mhusnirizal update all.json (#2594) - 363 Tim Janssen Update address.json (#2603) 96 michalisFr Added 0 new domains (#2338) 31 Bill Laboon Add allinone-services.net (#1727) 13 ccris02 Update all.json (#1510) diff --git a/all.json b/all.json index 04cd31d6c..000f58f24 100644 --- a/all.json +++ b/all.json @@ -28,7 +28,6 @@ ], "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", - "coinduck.pro", "0vvwvuniswap.top", "0vvwwuniswap.top", "0vwwuniswap.top", diff --git a/package.json b/package.json index aaf1de939..4c603c1ef 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.12-29-x", + "version": "0.18.12-30-x", "versions": { - "git": "0.18.12-29-x", + "git": "0.18.12-30-x", "npm": "0.18.11" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index b7a5730e6..4413ad7cf 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.12-29-x", + "version": "0.18.12-30-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.20.1", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 9128f3a36..49ba1f4d0 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.12-29-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.12-30-x' };