diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 3dedd92abf003..77408b18f66d9 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -6,7 +6,7 @@ 102 alineherzman Update all.json (#4559) 97 michalisFr Update address.json (#4380) 32 Bill Laboon Add phishing links from malicious Referendum 203 (#3996) - 20 Tarik Gul 0.23.2 (#4554) + 21 Tarik Gul 0.23.3 (#4568) 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 1dd8e0ae4e8ea..88897a8065edb 100644 --- a/package.json +++ b/package.json @@ -16,8 +16,8 @@ "type": "module", "version": "0.23.3", "versions": { - "git": "0.23.3-10-x", - "npm": "0.23.2" + "git": "0.23.3", + "npm": "0.23.3" }, "workspaces": [ "packages/*" diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 78217b3b85e5a..e14abc48bb338 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.3-10-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.23.3' };