diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 182a72f1e..4212db7ca 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 331 Jaco Adjust/DRY-up JS retrieval process (#1006) - 329 Mich Update all.json (#1007) + 330 Mich Update all.json (#1008) 93 mhusnirizal update all.json (#1005) 74 michalisFr Update address.json (#966) 28 frankywild Update all.json (#1004) diff --git a/meta/2022-01.json b/meta/2022-01.json index 2a50e1726..2289c7e08 100644 --- a/meta/2022-01.json +++ b/meta/2022-01.json @@ -159,6 +159,10 @@ "date": "2022-01-26", "url": "walletspy.io" }, + { + "date": "2022-01-26", + "url": "wclivedapafix.com" + }, { "date": "2022-01-26", "url": "wethepeoplenft.io" diff --git a/package.json b/package.json index 0c1dd1698..90c4c4051 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.8.83", + "version": "0.8.84", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index cfa969c9c..7ca463423 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.8.83", + "version": "0.8.84", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.7", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index c8716113d..d9f6495e3 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.83' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.8.84' };