diff --git a/CONTRIBUTORS b/CONTRIBUTORS index fbc31d5a8..2413f18c1 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,4 +1,4 @@ - 560 Mich Update all.json (#1666) + 561 Mich Update all.json (#1669) 393 Jaco Bump dev deps (w/ code adjustments) (#1668) 235 mhusnirizal update all.json (#1667) 146 frankywild Update all.json (#1665) diff --git a/all.json b/all.json index 3508cb214..975fdd377 100644 --- a/all.json +++ b/all.json @@ -14,7 +14,6 @@ "1inch-network.net", "1inch-wallet.org", "1inch.tk", - "dotminer.net", "1inchoficial.bonuscriptomoedas.com", "1metamask.com", "1polkadot-5x1e.js.org", @@ -3129,6 +3128,7 @@ "dotevent.org", "dotevent22.com", "dothereum-polkadot.net", + "dotminer.net", "dotmoovs.medium.cn.com", "dotmoovs.polkastarter.com.es", "dotmoovs.polkastarter.com.pl", diff --git a/meta/2022-06.json b/meta/2022-06.json index 03f649cf4..1eeb35a0e 100644 --- a/meta/2022-06.json +++ b/meta/2022-06.json @@ -59,6 +59,10 @@ "date": "2022-06-13", "url": "dapps-validation.tech" }, + { + "date": "2022-06-13", + "url": "dotminer.net" + }, { "date": "2022-06-13", "url": "drasper27.github.io" diff --git a/package.json b/package.json index 52aa82249..6e2ac993f 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.13.88", + "version": "0.13.89", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 51c9d764b..9cb4d1c91 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.13.88", + "version": "0.13.89", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.3", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 5ecfde2ea..e37d8cbbb 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.13.88' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.13.89' };