diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 2916b3ed5..05ae30f23 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,4 +1,4 @@ - 328 Jaco Remove NFT site (#985) + 329 Jaco Bump deps (#992) 321 Mich Update all.json (#991) 90 mhusnirizal update all.json (#988) 74 michalisFr Update address.json (#966) diff --git a/package.json b/package.json index 52f071633..a275ee619 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.8.68", + "version": "0.8.69", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 39e35147e..90d135e2a 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.8.68", + "version": "0.8.69", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.7", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 53cb7fbae..a2afad966 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.68' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.8.69' };