diff --git a/CONTRIBUTORS b/CONTRIBUTORS index de7d5102f..a67400bc0 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 340 Mich Update all.json (#1028) - 333 Jaco Update all.json (#1033) + 334 Jaco Remove polkadot.energy (#1040) 99 mhusnirizal Update all.json (#1034) 77 michalisFr Update all.json (#1036) 31 frankywild Update all.json (#1031) diff --git a/meta/2022-01.json b/meta/2022-01.json index be151509b..9074fc077 100644 --- a/meta/2022-01.json +++ b/meta/2022-01.json @@ -4395,10 +4395,6 @@ "date": "2022-01-06", "url": "panscakeswup.com" }, - { - "date": "2022-01-06", - "url": "polkadot.energy" - }, { "date": "2022-01-06", "url": "polkadotevent.net" diff --git a/package.json b/package.json index 84dd0b570..b179cc18f 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.8.107", + "version": "0.8.108", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 58946aace..f1e789ad8 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.8.107", + "version": "0.8.108", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.7", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index acdc4d855..fb72abfb4 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.107' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.8.108' };