diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 489c08b92..917dc5c78 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,4 +1,4 @@ - 634 Frank Update all.json (#3297) + 635 Frank Update all.json (#3300) 605 Mich Block 6 scam URLs (#3284) 581 Tim Janssen Update all.json (#3299) 526 Jaco 0.21.1 (#3285) diff --git a/all.json b/all.json index a9d5e074a..110da3be1 100644 --- a/all.json +++ b/all.json @@ -32,7 +32,6 @@ "07e96d43-381a-46a3-9c16-6daf97213efc.co", "0vvwvuniswap.top", "0vvwwuniswap.top", - "autosynchronizes.org", "0vwwuniswap.top", "0x0c4681e6c0235179ec3d4f4fc4df3d14fdd96017.xyz", "0x2f499c6da2c8784063bb7e0cb1c478687210cdbr615.xyz", @@ -1220,6 +1219,7 @@ "autoswapgallery.tech", "autosync.link", "autosynchronize.net", + "autosynchronizes.org", "autosyncpermit.online", "autosyncrec.com", "autovalidateblockchain.live", diff --git a/all/org/all.json b/all/org/all.json index 5ff0a5d9f..4e20c22ca 100644 --- a/all/org/all.json +++ b/all/org/all.json @@ -68,6 +68,7 @@ "autho-dappwallets.org", "authodapps-wallets.org", "autorectify.org", + "autosynchronizes.org", "autowalletconnect.org", "autowallsync.org", "avouch-autosync.org", diff --git a/meta/2023-04.json b/meta/2023-04.json index 30cd0ce76..2886259fb 100644 --- a/meta/2023-04.json +++ b/meta/2023-04.json @@ -1,4 +1,8 @@ [ + { + "date": "2023-04-26", + "url": "autosynchronizes.org" + }, { "date": "2023-04-26", "url": "verifyconnect.vercel.app" diff --git a/package.json b/package.json index cd790cb78..edd8b2880 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.21.2-9-x", + "version": "0.21.2-10-x", "versions": { - "git": "0.21.2-9-x", + "git": "0.21.2-10-x", "npm": "0.21.1" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 10048c77f..db4132087 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.21.2-9-x", + "version": "0.21.2-10-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 33b44e58f..5ebd51989 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-9-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.21.2-10-x' };