From 4ebe43e150d4d0b83741a62d5b0bfb889c57210c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 1 Jan 2022 07:28:39 +0000 Subject: [PATCH] [CI Skip] release/stable 0.7.2 skip-checks: true --- package.json | 2 +- packages/phishing/package.json | 2 +- packages/phishing/src/packageInfo.ts | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) 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' };