diff --git a/CONTRIBUTORS b/CONTRIBUTORS index ce311aa2b..bac58ac01 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,6 +1,6 @@ 321 Jaco Update .mailmap 303 Mich Update all.json (#938) - 75 mhusnirizal update all.json (#937) + 76 mhusnirizal update all.json (#939) 72 michalisFr Update all.json (#904) 24 Bill Laboon "tripple your DOT" scam (#838) 22 frankywild Update all.json (#931) diff --git a/meta/2022-01.json b/meta/2022-01.json index e2305e0e3..bc177ff1b 100644 --- a/meta/2022-01.json +++ b/meta/2022-01.json @@ -19,6 +19,10 @@ "date": "2022-01-13", "url": "dappsconnectservices.online" }, + { + "date": "2022-01-13", + "url": "dappsyncwalletconnect.com" + }, { "date": "2022-01-13", "url": "importrectify.com" @@ -43,6 +47,10 @@ "date": "2022-01-13", "url": "smartsynchronize.com" }, + { + "date": "2022-01-13", + "url": "syncwallet2dapps.com" + }, { "date": "2022-01-13", "url": "walectconnective.to" diff --git a/package.json b/package.json index b139e4d35..dca9deb96 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.8.22", + "version": "0.8.23", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index f147285f9..95cb260a9 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.8.22", + "version": "0.8.23", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.7", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 2cfd74a15..38e9e9af7 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.22' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.8.23' };