diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 567e53ca4..1983628d2 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,4 +1,4 @@ - 556 Mich Update all.json (#1616) + 557 Mich Update all.json (#1624) 388 Jaco Bump TS (#1617) 224 mhusnirizal update all.json (#1609) 133 frankywild Update all.json (#1623) diff --git a/all.json b/all.json index 29a3b6fea..28915c2f4 100644 --- a/all.json +++ b/all.json @@ -14,7 +14,6 @@ "1inch-network.net", "1inch-wallet.org", "1inch.tk", - "polkabridge-giveaway.com", "1inchoficial.bonuscriptomoedas.com", "1metamask.com", "1polkadot-5x1e.js.org", @@ -5951,6 +5950,7 @@ "polkabeam.org", "polkabonus.com", "polkabot.network", + "polkabridge-giveaway.com", "polkabridge.xyz", "polkabridgegive.org", "polkaceo.com", diff --git a/meta/2022-06.json b/meta/2022-06.json index 2590ae7bd..3a39b1a74 100644 --- a/meta/2022-06.json +++ b/meta/2022-06.json @@ -23,6 +23,10 @@ "date": "2022-06-01", "url": "nodetoolsdev.com" }, + { + "date": "2022-06-01", + "url": "polkabridge-giveaway.com" + }, { "date": "2022-06-01", "url": "porting.live" diff --git a/package.json b/package.json index 757c98938..cf2728114 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.13.45", + "version": "0.13.46", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 43e43b5af..36f729b10 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.13.45", + "version": "0.13.46", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.3", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 0a417e593..583afcc24 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.45' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.13.46' };