From a023f9c93a787065ce5529443a8fc6d679d6cdcf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 04:33:35 +0000 Subject: [PATCH] [CI Skip] bump/beta 0.20.2-2-x skip-checks: true --- CONTRIBUTORS | 2 +- package.json | 4 ++-- packages/phishing/package.json | 2 +- packages/phishing/src/packageInfo.ts | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 56a0133a5..12ea7d400 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -15,8 +15,8 @@ 4 Abdulaziz Kamil Update all.json (#2921) 4 NYMETVA Update all.json (#147) 3 brettkolodny Update all.json (#335) + 3 Jonathan Dunne Add Talisman to README (#3050) 3 Samuel MC Update address.json (#96) - 2 Jonathan Dunne Add https://keplr-wallet.at/ to denylist (#3047) 2 JuanCDe Update all.json (#2902) 2 Justin Pham Add bit.country scam sites (#1425) 2 Keegan | W3F Update all.json (#1585) diff --git a/package.json b/package.json index af7edca0e..6cf57a450 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.20.2-1-x", + "version": "0.20.2-2-x", "versions": { - "git": "0.20.2-1-x", + "git": "0.20.2-2-x", "npm": "0.20.1" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 853c1a755..0befaaa97 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.20.2-1-x", + "version": "0.20.2-2-x", "main": "index.js", "dependencies": { "@polkadot/util": "^11.0.1", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 997af61c8..d61edf177 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.20.2-1-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.20.2-2-x' };