diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 4771b58cb..29b9b1dea 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,7 +1,7 @@ 574 Mich Update all.json (#1851) 444 Jaco 0.18.4 (Fix 0.18.3 publish) (#2011) 288 mhusnirizal update all.json (#2019) - 208 Frank Update all.json (#2020) + 209 Frank Update address.json (#2022) 138 Tim Janssen Update all.json (#2021) 89 michalisFr Added 0 new domains (#2004) 31 Bill Laboon Add allinone-services.net (#1727) diff --git a/address.json b/address.json index 5a1594f33..42e097b92 100644 --- a/address.json +++ b/address.json @@ -11,9 +11,6 @@ "claimpolka.com": [ "12jo5dBMedbma3XcU6Grj7m6ckeupjg4aj9Q1oFyK3Z7oh3" ], - "fixed-change.com": [ - "12Dw5xe9FwBswd6v6QkbSg9oiNg9uVckSSPActL6Ut9nhqSe" - ], "claimpolka.live": [ "12aCLUsyTCWn5Dzf5wxuuRm93dx9rkAF5rqw9zBDTV5NSY1E" ], @@ -59,6 +56,9 @@ "12759G1BVPC7cAb5tT8qLzDJUcnBuyW3n3icMwAA8uWGiUtT", "1ZkzFrJ3jecDVQ4oLWJ2fEftUUc2aSAyN8kAPLrV2dFJt3K" ], + "fixed-change.com": [ + "12Dw5xe9FwBswd6v6QkbSg9oiNg9uVckSSPActL6Ut9nhqSe" + ], "get-dot.me": [ "15hwZjAVgAmEfH8LYCQEVVLQ7tHq2b5Ns6K6HwpuoCCEb4Mg" ], diff --git a/package.json b/package.json index c3eb6dee7..b95a3d281 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.5-10-x", + "version": "0.18.5-11-x", "versions": { - "git": "0.18.5-10-x", + "git": "0.18.5-11-x", "npm": "0.18.4" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 0d88c123d..9233fa143 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.5-10-x", + "version": "0.18.5-11-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.9", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index e6e2585a1..d22115a39 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.18.5-10-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.5-11-x' };