diff --git a/CONTRIBUTORS b/CONTRIBUTORS index f566aa2e5..fde414fa7 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 574 Mich Update all.json (#1851) - 438 Jaco Additional top-level cleanups (some connect*) (#1962) + 439 Jaco Flatten subdomains (multiple scams on this one) (#1970) 275 mhusnirizal update all.json (#1968) 196 Frank Update all.json (#1969) 119 Tim Janssen Update all.json (#1966) diff --git a/all.json b/all.json index 5ecd1c19a..a1261b9f8 100644 --- a/all.json +++ b/all.json @@ -1290,7 +1290,6 @@ "coinbase-86aea.web.app", "coinbase-account-reset.com", "coinbase-accountlog.servequake.com", - "cryptoantminer.org", "coinbase-authverify.servehttp.com", "coinbase-dapp.info", "coinbase-ether.com", @@ -1995,6 +1994,7 @@ "cryptoairdrops.site", "cryptoairdrops.tk", "cryptoairdropsystem.com", + "cryptoantminer.org", "cryptoappresolve.com", "cryptoappsauthenticator.support", "cryptoardrop.com", diff --git a/package.json b/package.json index db83bd488..9fb968530 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.3-17-x", + "version": "0.18.3-18-x", "versions": { - "git": "0.18.3-17-x", + "git": "0.18.3-18-x", "npm": "0.18.2" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 59bb68f07..9100bfb56 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.3-17-x", + "version": "0.18.3-18-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 91a5131ac..984f37b1f 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-17-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.3-18-x' };