diff --git a/package.json b/package.json index f03c1f470..7b099496e 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.7.1", + "version": "0.7.2", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index be01227d0..5cc9d5317 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.7.1", + "version": "0.7.2", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.7", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index e213a6b6a..13e7ec582 100644 --- a/packages/phishing/src/packageInfo.ts +++ b/packages/phishing/src/packageInfo.ts @@ -1,6 +1,6 @@ -// Copyright 2017-2022 @polkadot/phishing authors & contributors +// Copyright 2017-2021 @polkadot/phishing authors & contributors // SPDX-License-Identifier: Apache-2.0 // Auto-generated by @polkadot/dev, do not edit -export const packageInfo = { name: '@polkadot/phishing', version: '0.7.1' }; +export const packageInfo = { name: '@polkadot/phishing', version: '0.7.2' };