diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 620962f2d..de377cee6 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1 +1 @@ - 1 Mich <49607867+dubstard@users.noreply.github.com> \ No newline at end of file + 1 Jaco \ No newline at end of file diff --git a/package.json b/package.json index bfabb28b5..1409d6276 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.7.15", + "version": "0.7.16", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 60d5478eb..063b4add0 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.7.15", + "version": "0.7.16", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.7", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index a2ef94efa..6a962323a 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', version: '0.7.15' }; +export const packageInfo = { name: '@polkadot/phishing', version: '0.7.16' };