diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 618887038..2bc6f4bc4 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 921 Tim Janssen Update all.json (#4286) - 894 Frank Update all.json (#4282) + 895 Frank Update all.json (#4289) 617 Mich Block polkastater-login.com (#4044) 597 mhusnirizal update all.json (#4280) 551 Jaco Allow addition of denySub entries (#4223) diff --git a/all.json b/all.json index bc7aa1f62..0d9f5245a 100644 --- a/all.json +++ b/all.json @@ -38,7 +38,6 @@ "0vvwvuniswap.top", "0vvwwuniswap.top", "0vwwuniswap.top", - "dotisded-web-app.com", "0x-web3redrop.net", "0x0ai.org", "0x0c4681e6c0235179ec3d4f4fc4df3d14fdd96017.xyz", @@ -10193,6 +10192,7 @@ "dotevent22.com", "dothereum-polkadot.net", "doticket.online", + "dotisded-web-app.com", "dotminer.net", "dotmoovs.medium.cn.com", "dotn.finance", diff --git a/all/com/all.json b/all/com/all.json index de525cb39..5e75c8174 100644 --- a/all/com/all.json +++ b/all/com/all.json @@ -3615,6 +3615,7 @@ "dotcashxbox.com", "dotdrop2x.com", "dotevent22.com", + "dotisded-web-app.com", "dotmoovs.medium.cn.com", "dotrustyapps.com", "dotsupports.com", diff --git a/meta/2024-03.json b/meta/2024-03.json index ee6d2f604..d06cf87c8 100644 --- a/meta/2024-03.json +++ b/meta/2024-03.json @@ -1,4 +1,8 @@ [ + { + "date": "2024-03-04", + "url": "dotisded-web-app.com" + }, { "date": "2024-03-01", "url": "highllght.com" diff --git a/package.json b/package.json index 4048ea325..817ca9bbf 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.22.3-0-x", + "version": "0.22.3-1-x", "versions": { - "git": "0.22.3-0-x", + "git": "0.22.3-1-x", "npm": "0.22.2" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 89811ed56..76b898901 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.22.3-0-x", + "version": "0.22.3-1-x", "main": "index.js", "dependencies": { "@polkadot/util": "^12.6.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 707daeea2..5d2189a52 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.22.3-0-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.22.3-1-x' };