diff --git a/.123current b/.123current index 6d7397967..f8f0f0a15 100644 --- a/.123current +++ b/.123current @@ -1 +1 @@ -0.16.2-0-x \ No newline at end of file +0.16.2-1-x \ No newline at end of file diff --git a/CONTRIBUTORS b/CONTRIBUTORS index c737b9124..c3df43180 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -10,7 +10,7 @@ 8 grizzly375 Update all.json (#575) 6 ccris02 Adding few newly registered phishing sites (#344) 6 Florian Franzen Add "polkadot-bonus.network" (#105) - 5 Idi Eradiri fake acala.network site (#1687) + 6 Idi Eradiri another scam (#1739) 4 NYMETVA Update all.json (#147) 3 brettkolodny Update all.json (#335) 3 Samuel MC Update address.json (#96) diff --git a/meta/2022-07.json b/meta/2022-07.json index 6d4fef5ee..023250575 100644 --- a/meta/2022-07.json +++ b/meta/2022-07.json @@ -31,6 +31,10 @@ "date": "2022-07-02", "url": "dabbsvalidate.live" }, + { + "date": "2022-07-02", + "url": "dappsnodebridge.co" + }, { "date": "2022-07-02", "url": "dapsconect.com" diff --git a/package.json b/package.json index 51fb172fd..4a33abb40 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.16.2-0-x", + "version": "0.16.2-1-x", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 55ae70a7e..29e72753b 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.16.2-0-x", + "version": "0.16.2-1-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.6", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 5ef1716d3..058c0b823 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.16.2-0-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.16.2-1-x' };