diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 69b34d255..d09936f64 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,6 +1,6 @@ 316 Jaco 299 Mich - 72 mhusnirizal + 73 mhusnirizal 72 michalisFr 24 Bill Laboon 21 frankywild diff --git a/meta/2022-01.json b/meta/2022-01.json index 8bdb493c8..22edf086f 100644 --- a/meta/2022-01.json +++ b/meta/2022-01.json @@ -1,4 +1,12 @@ [ + { + "date": "2022-01-11", + "url": "importrewards.com" + }, + { + "date": "2022-01-11", + "url": "polkadot-js.org" + }, { "date": "2022-01-10", "url": "bahamaslandnftmint.com" diff --git a/package.json b/package.json index 873788464..f725c985e 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.8.9", + "version": "0.8.10", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 1e05281fe..817678ca7 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.8.9", + "version": "0.8.10", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.7", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index b8c3a9b28..903c339ca 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.9' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.8.10' };