diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 9f508bc5e..6bfb84a46 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -5,7 +5,7 @@ 551 Jaco Allow addition of denySub entries (#4223) 118 alineherzman Update all.json (#4818) 97 michalisFr Update address.json (#4380) - 36 Tarik Gul 0.24.4 (#4780) + 37 Tarik Gul 0.24.5 (#4834) 32 Bill Laboon Add phishing links from malicious Referendum 203 (#3996) 18 Josip Š Update all.json (#4408) 13 ccris02 Update all.json (#1510) diff --git a/package.json b/package.json index bd8905c28..30abd6145 100644 --- a/package.json +++ b/package.json @@ -16,8 +16,8 @@ "type": "module", "version": "0.24.5", "versions": { - "git": "0.24.5-35-x", - "npm": "0.24.4" + "git": "0.24.5", + "npm": "0.24.5" }, "workspaces": [ "packages/*" diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 4a0aad2c8..8933880ee 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.24.5-35-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.24.5' };