diff --git a/CONTRIBUTORS b/CONTRIBUTORS index b61bfd029..1599eb917 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,4 +1,4 @@ - 630 Frank Update all.json (#3291) + 631 Frank Update all.json (#3292) 605 Mich Block 6 scam URLs (#3284) 580 Tim Janssen Update all.json (#3287) 526 Jaco 0.21.1 (#3285) diff --git a/all.json b/all.json index 2d583183d..3c2e992c5 100644 --- a/all.json +++ b/all.json @@ -32,7 +32,6 @@ "07e96d43-381a-46a3-9c16-6daf97213efc.co", "0vvwvuniswap.top", "0vvwwuniswap.top", - "dapp-refix.netlify.app", "0vwwuniswap.top", "0x0c4681e6c0235179ec3d4f4fc4df3d14fdd96017.xyz", "0x2f499c6da2c8784063bb7e0cb1c478687210cdbr615.xyz", @@ -3806,6 +3805,7 @@ "dapp-rectifier.online", "dapp-rectify.netlify.app", "dapp-rectify.vercel.app", + "dapp-refix.netlify.app", "dapp-resolver.netlify.app", "dapp-secure.com", "dapp-seedify.fund", diff --git a/all/app/all.json b/all/app/all.json index 81033efa1..ab1deb584 100644 --- a/all/app/all.json +++ b/all/app/all.json @@ -105,6 +105,7 @@ "dapp-protocol.app", "dapp-rectify.netlify.app", "dapp-rectify.vercel.app", + "dapp-refix.netlify.app", "dapp-resolver.netlify.app", "dapp-solution.web.app", "dapp-supporteam.netlify.app", diff --git a/meta/2023-04.json b/meta/2023-04.json index 494713043..9dff9044f 100644 --- a/meta/2023-04.json +++ b/meta/2023-04.json @@ -1,4 +1,8 @@ [ + { + "date": "2023-04-24", + "url": "dapp-refix.netlify.app" + }, { "date": "2023-04-24", "url": "decentralized-protocol.tech" diff --git a/package.json b/package.json index 8ad2b58b7..b9694ba21 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.21.2-3-x", + "version": "0.21.2-4-x", "versions": { - "git": "0.21.2-3-x", + "git": "0.21.2-4-x", "npm": "0.21.1" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index ffde106bf..3b79435be 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.21.2-3-x", + "version": "0.21.2-4-x", "main": "index.js", "dependencies": { "@polkadot/util": "^12.0.1", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 8b9ec097a..70c758702 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.2-3-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.21.2-4-x' };