diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 5620fa94c..8fc275042 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 602 Mich Block polkastarted-home.com and whitelist-web3.com (#3180) - 588 Frank Update all.json (#3196) + 589 Frank Update address.json (#3197) 562 Tim Janssen Update all.json (#3193) 520 Jaco Add repo dev req. for Node.js (#3186) 417 mhusnirizal update all.json (#3160) diff --git a/address.json b/address.json index 7b6234c69..4806e95e0 100644 --- a/address.json +++ b/address.json @@ -11,9 +11,6 @@ "bestchanger.eu": [ "13KJyB7gTuEQfLbzSQ1HBg4GPSJUZ7Q7t9RGKF1LRFjSHFkD" ], - "fix-exchange.org": [ - "12RzpdbvArBVkywyCXwpgFzC9uj2XHr4bsbPRwr3wynf3Gs7" - ], "blockfipro.com": [ "13Ld2R3YQg5ztyevreJbFxEWqYw55tFzrPwu1C5ucgpFWGiL", "15JbkRjYVSg1vWEF9J1HLu6GGUvnhv1XacGPWosbg3AFNojh", @@ -123,6 +120,9 @@ "12759G1BVPC7cAb5tT8qLzDJUcnBuyW3n3icMwAA8uWGiUtT", "1ZkzFrJ3jecDVQ4oLWJ2fEftUUc2aSAyN8kAPLrV2dFJt3K" ], + "fix-exchange.org": [ + "12RzpdbvArBVkywyCXwpgFzC9uj2XHr4bsbPRwr3wynf3Gs7" + ], "fixed-change.com": [ "12Dw5xe9FwBswd6v6QkbSg9oiNg9uVckSSPActL6Ut9nhqSe" ], diff --git a/package.json b/package.json index d663a9df8..bf5294db6 100644 --- a/package.json +++ b/package.json @@ -15,9 +15,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.20.5-13-x", + "version": "0.20.5-14-x", "versions": { - "git": "0.20.5-13-x", + "git": "0.20.5-14-x", "npm": "0.20.4" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index becc259f7..bf2bf8444 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.20.5-13-x", + "version": "0.20.5-14-x", "main": "index.js", "dependencies": { "@polkadot/util": "^11.1.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index f78c38515..72a8eb17b 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.5-13-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.20.5-14-x' };