diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 253e5cd50..37a1aa087 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -16,10 +16,10 @@ 6 ccris02 Adding few newly registered phishing sites (#344) 6 Idi Eradiri another scam (#1739) 5 ImdioR -List of fake airdrops (#4322) + 5 Tarik Gul 0.22.4 (#4332) 4 Abdulaziz Kamil Update all.json (#2921) 4 Jonathan Dunne chore: add Talisman (#4134) 4 NYMETVA Update all.json (#147) - 4 Tarik Gul 0.22.3 (#4316) 3 brettkolodny Update all.json (#335) 3 JuanCDe Update all.json (#3097) 3 Samuel MC Update address.json (#96) diff --git a/package.json b/package.json index dcf6d5a20..50b9ba9ca 100644 --- a/package.json +++ b/package.json @@ -16,8 +16,8 @@ "type": "module", "version": "0.22.4", "versions": { - "git": "0.22.4-8-x", - "npm": "0.22.3" + "git": "0.22.4", + "npm": "0.22.4" }, "workspaces": [ "packages/*" diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 474f37c93..7ed85e16f 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.4-8-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.22.4' };