diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 421cafa28..cfbf2b452 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 316 Jaco - 297 Mich + 298 Mich 72 michalisFr 70 mhusnirizal 24 Bill Laboon diff --git a/meta/2022-01.json b/meta/2022-01.json index 4863122a0..4d40708a7 100644 --- a/meta/2022-01.json +++ b/meta/2022-01.json @@ -15,6 +15,10 @@ "date": "2022-01-09", "url": "connectwaletrectify.info" }, + { + "date": "2022-01-09", + "url": "dappsmartwallet.biz" + }, { "date": "2022-01-09", "url": "dappswallectconnects.com" diff --git a/package.json b/package.json index 3f9c32b5f..e3adf015b 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.8.5", + "version": "0.8.6", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 682c14a53..85383dfd4 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.8.5", + "version": "0.8.6", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.7", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 6e0a49bd7..069bf195c 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.5' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.8.6' };