diff --git a/CONTRIBUTORS b/CONTRIBUTORS index cfbf2b452..4089f2cc4 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,7 +1,7 @@ 316 Jaco 298 Mich 72 michalisFr - 70 mhusnirizal + 71 mhusnirizal 24 Bill Laboon 20 frankywild 9 Dan Shields diff --git a/all.json b/all.json index c2df9067e..9994d0f4d 100644 --- a/all.json +++ b/all.json @@ -1653,7 +1653,6 @@ "polkadot-network.com", "polkadot-network.info", "polkadot-network.live", - "polkadot-token.network", "polkadot-online.com", "polkadot-online.live", "polkadot-pro.cyou", @@ -1662,6 +1661,7 @@ "polkadot-promo.net", "polkadot-q86nz68f.js.org", "polkadot-support.com", + "polkadot-token.network", "polkadot-wallet.com", "polkadot-wallet.org", "polkadot-x.online", diff --git a/meta/2022-01.json b/meta/2022-01.json index 4d40708a7..148591474 100644 --- a/meta/2022-01.json +++ b/meta/2022-01.json @@ -1,4 +1,12 @@ [ + { + "date": "2022-01-10", + "url": "polkadot-token.network" + }, + { + "date": "2022-01-10", + "url": "polkadotprotoken.online" + }, { "date": "2022-01-09", "url": "adobo.finance" diff --git a/package.json b/package.json index e3adf015b..761083669 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.8.6", + "version": "0.8.7", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 85383dfd4..39fb3a2d9 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.8.6", + "version": "0.8.7", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.7", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 069bf195c..1d25780ea 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.6' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.8.7' };