diff --git a/CONTRIBUTORS b/CONTRIBUTORS index cf96f21b8..ab0ae3156 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -14,9 +14,9 @@ 8 grizzly375 Update all.json (#575) 7 Florian Franzen Update all.json (#3939) 7 ImdioR - List of fake airdrops (#4353) + 7 Tarik Gul Update CI checkout and setup_node to v4 (#4369) 6 ccris02 Adding few newly registered phishing sites (#344) 6 Idi Eradiri another scam (#1739) - 6 Tarik Gul Bump yarn to 4.1.1 (#4344) 4 Abdulaziz Kamil Update all.json (#2921) 4 Jonathan Dunne chore: add Talisman (#4134) 4 NYMETVA Update all.json (#147) diff --git a/package.json b/package.json index 7b1827cff..f3469e523 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.22.5-26-x", + "version": "0.22.5-27-x", "versions": { - "git": "0.22.5-26-x", + "git": "0.22.5-27-x", "npm": "0.22.4" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 412ad90c4..7181e892c 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.22.5-26-x", + "version": "0.22.5-27-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 a279b73e8..d52586805 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-26-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.22.5-27-x' };