diff --git a/CONTRIBUTORS b/CONTRIBUTORS index c88a16dfc..401cfab4c 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -13,8 +13,8 @@ 9 Dan Shields add multipe reported scams (#297) 8 grizzly375 Update all.json (#575) 8 ImdioR - Fake website (#4371) + 8 Tarik Gul 0.22.5 (#4381) 7 Florian Franzen Update all.json (#3939) - 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) 4 Abdulaziz Kamil Update all.json (#2921) diff --git a/package.json b/package.json index 777069cca..f77025d03 100644 --- a/package.json +++ b/package.json @@ -16,8 +16,8 @@ "type": "module", "version": "0.22.5", "versions": { - "git": "0.22.5-39-x", - "npm": "0.22.4" + "git": "0.22.5", + "npm": "0.22.5" }, "workspaces": [ "packages/*" diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 415f67cd7..79a558104 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-39-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.22.5' };