diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 43cef4ba5..e3c1aacc7 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -42,6 +42,7 @@ 1 hhanson4 Update all.json (#454) 1 impelcrypto added fake astar portal phishing sites (#3250) 1 Kahori Update all.json (#2839) + 1 kindknow chore: remove repetitive word (#4376) 1 Mark Crince add site (#174) 1 Martin Myška added bbsync.pages.dev (#3288) 1 Nathan Quarles add "linkupaffix.co" (#866) diff --git a/package.json b/package.json index 954d45b93..dc2609091 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.22.5-34-x", + "version": "0.22.5-35-x", "versions": { - "git": "0.22.5-34-x", + "git": "0.22.5-35-x", "npm": "0.22.4" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index af295073e..f0097e33f 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.22.5-34-x", + "version": "0.22.5-35-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 808debcfb..5284d9dbd 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.5-34-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.22.5-35-x' };