diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 1daa86dae..15f6ac21a 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,4 +1,4 @@ - 319 Jaco Align tsconfig.build.json with other polkadot-js (#934) + 320 Jaco Re-pin ipfs 302 Mich Update address.json (#936) 74 mhusnirizal update all.json (#932) 72 michalisFr Update all.json (#904) diff --git a/package.json b/package.json index 88c318e14..ebbddd641 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.8.18", + "version": "0.8.19", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index c1570fbd4..6f3b41fd7 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.8.18", + "version": "0.8.19", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.7", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 7a2c71c5e..b1e136d87 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.18' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.8.19' };