diff --git a/CONTRIBUTORS b/CONTRIBUTORS index f59e89bdd..ada1c9022 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) - 4 Idi Eradiri fake kanaria land sale (#1597) + 5 Idi Eradiri fake acala.network site (#1687) 4 NYMETVA Update all.json (#147) 3 brettkolodny Update all.json (#335) 3 Samuel MC Update address.json (#96) diff --git a/meta/2022-06.json b/meta/2022-06.json index 67fa23552..0d8804ba4 100644 --- a/meta/2022-06.json +++ b/meta/2022-06.json @@ -1,4 +1,8 @@ [ + { + "date": "2022-06-17", + "url": "acalas.network" + }, { "date": "2022-06-16", "url": "activate-collab.land" diff --git a/package.json b/package.json index ecd70bc2b..38b687157 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.13.104", + "version": "0.13.105", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 1cb123c74..dc0026f26 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.13.104", + "version": "0.13.105", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.3", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index e7be46dca..32010624e 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.13.104' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.13.105' };