diff --git a/CONTRIBUTORS b/CONTRIBUTORS index fde3dabff0064..b0ec08db3ae7e 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 421 Mich Update all.json (#1258) - 365 Jaco Revert incorrectly listed Snowbank (normal walletconnect integration) (#1261) + 366 Jaco 0.9.1 (#1264) 156 mhusnirizal update all.json (#1263) 77 michalisFr Update all.json (#1036) 67 frankywild Update all.json (#1262) diff --git a/package.json b/package.json index 8ea9b8748dd48..6362c0a3ceb8e 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.9.0", + "version": "0.9.1", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 3ce8410f7e55f..6f4f1c31df169 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.9.0", + "version": "0.9.1", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index b8b7aba5dd28d..ff8673ee856da 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.8.307' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.9.1' };