diff --git a/CONTRIBUTORS b/CONTRIBUTORS index aa1fe4921..fe5f4341c 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 370 Mich Update all.json (#1105) - 338 Jaco Disable yarn scripts on CI (#1100) + 339 Jaco Bump util libs (#1106) 115 mhusnirizal update all.json (#1104) 77 michalisFr Update all.json (#1036) 40 frankywild Update all.json (#1090) diff --git a/package.json b/package.json index 02d91bc43..38a0c8dbd 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.8.167", + "version": "0.8.168", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 41ba27fa3..421ed7cc7 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.8.167", + "version": "0.8.168", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 30c566901..5c5bee527 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.167' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.8.168' };