diff --git a/CONTRIBUTORS b/CONTRIBUTORS index d4679562dd1c9..e514f879381ff 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 529 Mich Update all.json (#1523) - 381 Jaco Bump TypeScript (#1521) + 382 Jaco Bump @polkadot/util (#1525) 213 mhusnirizal update all.json (#1506) 107 frankywild Update all.json (#1522) 78 michalisFr Update address.json (#1438) diff --git a/package.json b/package.json index 00c1348ddf936..aa7a8491c1595 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.12.0", + "version": "0.12.1", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index b0c0e08a00c81..b8f8534d62364 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.12.0", + "version": "0.12.1", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.9", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 6ad7821353f61..d8a1387f4fd1f 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.11.109' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.12.1' };