diff --git a/CONTRIBUTORS b/CONTRIBUTORS index c1f4c73b4..2d2171a3d 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -6,8 +6,8 @@ 97 michalisFr Update address.json (#4380) 80 alineherzman Update all.json (#4513) 32 Bill Laboon Add phishing links from malicious Referendum 203 (#3996) + 19 Tarik Gul 0.23.1 (#4519) 18 Josip Š Update all.json (#4408) - 18 Tarik Gul Bump yarn to 4.3.1 (#4518) 13 ccris02 Update all.json (#1510) 13 crypto-scambaiter Update all.json (#4246) 9 bipul kumar hansdah pepecoin phishing site (important) (#3275) diff --git a/package.json b/package.json index f2619afec..bff88ca54 100644 --- a/package.json +++ b/package.json @@ -16,8 +16,8 @@ "type": "module", "version": "0.23.1", "versions": { - "git": "0.22.11-24-x", - "npm": "0.22.10" + "git": "0.23.1", + "npm": "0.23.1" }, "workspaces": [ "packages/*" diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 170313851..7bbea0ba4 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.11-24-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.23.1' };