diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 1bb9463a6c9fc..3ee730e4ec150 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -6,7 +6,7 @@ 104 alineherzman Update all.json (#4594) 97 michalisFr Update address.json (#4380) 32 Bill Laboon Add phishing links from malicious Referendum 203 (#3996) - 21 Tarik Gul 0.23.3 (#4568) + 22 Tarik Gul 0.23.4 (#4599) 18 Josip Š Update all.json (#4408) 13 ccris02 Update all.json (#1510) 13 crypto-scambaiter Update all.json (#4246) diff --git a/package.json b/package.json index c69b1a4f1d3ba..cb249a7811b40 100644 --- a/package.json +++ b/package.json @@ -16,8 +16,8 @@ "type": "module", "version": "0.23.4", "versions": { - "git": "0.23.4-26-x", - "npm": "0.23.3" + "git": "0.23.4", + "npm": "0.23.4" }, "workspaces": [ "packages/*" diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 68dca2efd4896..96a833a698cad 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.23.4-26-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.23.4' };