diff --git a/CONTRIBUTORS b/CONTRIBUTORS index f61cd1667..5125535e3 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2,7 +2,7 @@ 690 Tim Janssen Update all.json (#3647) 612 Mich Block fake moonbeam and some other scams (#3539) 540 Jaco Bump deps (#3540) - 492 mhusnirizal update all.json (#3649) + 493 mhusnirizal update all.json (#3653) 96 michalisFr Added 0 new domains (#2338) 31 Bill Laboon Add allinone-services.net (#1727) 27 alineherzman Update all.json (#3642) diff --git a/all/com/all.json b/all/com/all.json index 42881bc37..0f22f3eb7 100644 --- a/all/com/all.json +++ b/all/com/all.json @@ -528,7 +528,6 @@ "azuki-elementals.com", "azuki-land.com", "azuki-mints.com", - "azuki.com", "azukielement.com", "azukielementais.com", "azukielemntals.com", diff --git a/meta/2023-07.json b/meta/2023-07.json index 9b0693b32..eda8ebead 100644 --- a/meta/2023-07.json +++ b/meta/2023-07.json @@ -331,10 +331,6 @@ "date": "2023-07-17", "url": "avax.claims" }, - { - "date": "2023-07-17", - "url": "azuki.com" - }, { "date": "2023-07-17", "url": "beta-ripple.com" diff --git a/package.json b/package.json index c18f391a1..28e5025ae 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.21.6-168-x", + "version": "0.21.6-169-x", "versions": { - "git": "0.21.6-168-x", + "git": "0.21.6-169-x", "npm": "0.21.5" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 1604bd3bc..278f64bc1 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.21.6-168-x", + "version": "0.21.6-169-x", "main": "index.js", "dependencies": { "@polkadot/util": "^12.3.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index a2112f9f5..50706c296 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.21.6-168-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.21.6-169-x' };