diff --git a/CONTRIBUTORS b/CONTRIBUTORS index d5467e82e..7e4283acc 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 340 Mich Update all.json (#1028) - 331 Jaco Adjust/DRY-up JS retrieval process (#1006) + 332 Jaco Bump deps (#1029) 98 mhusnirizal update all.json (#1026) 74 michalisFr Update address.json (#966) 30 frankywild Update all.json (#1017) diff --git a/package.json b/package.json index fa660d253..99ec5f21d 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.8.100", + "version": "0.8.101", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index eb449af52..ffa06f049 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.8.100", + "version": "0.8.101", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.7", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index ecb17b746..d101f6898 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.100' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.8.101' };