diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 4189348b8..3a34e0ae2 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 421 Mich Update all.json (#1258) - 364 Jaco Bump deps (& yarn 3.2.0) (#1253) + 365 Jaco Revert incorrectly listed Snowbank (normal walletconnect integration) (#1261) 155 mhusnirizal update all.json (#1259) 77 michalisFr Update all.json (#1036) 66 frankywild Update all.json (#1256) diff --git a/meta/2022-03.json b/meta/2022-03.json index 5ea95bbb5..3199706f0 100644 --- a/meta/2022-03.json +++ b/meta/2022-03.json @@ -535,10 +535,6 @@ "date": "2022-03-08", "url": "dapp-mainnets.com" }, - { - "date": "2022-03-08", - "url": "dapp.snowbank.finance" - }, { "date": "2022-03-08", "url": "dappconnectcollab.coinbaseappextension.com" diff --git a/package.json b/package.json index df41e9bda..689229e0a 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.8.304", + "version": "0.8.305", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index f213e267b..fbd263cd6 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.8.304", + "version": "0.8.305", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 4807f36bc..f19de3556 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.304' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.8.305' };