diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 9dac25150..73a6b27c4 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,6 +1,6 @@ 575 Mich Update all.json (#2119) 455 Jaco Additional url (as per issues logged) (#2177) - 314 mhusnirizal update all.json (#2201) + 315 mhusnirizal update all.json (#2202) 250 Frank Update all.json (#2197) 209 Tim Janssen Update all.json (#2200) 93 michalisFr Added 0 new domains (#2143) diff --git a/all.json b/all.json index 513784d58..4052d92ac 100644 --- a/all.json +++ b/all.json @@ -26,8 +26,6 @@ "zapto.org" ], "deny": [ - "dappfreetokens.com", - "neutralappsync.pro", "07e96d43-381a-46a3-9c16-6daf97213efc.co", "0vvwvuniswap.top", "0vvwwuniswap.top", @@ -2648,6 +2646,7 @@ "dappfixnode.com", "dappfixsolution.com", "dappfixz.com", + "dappfreetokens.com", "dappgrader.com", "dappguide.org", "dappharmonize.com", @@ -6719,6 +6718,7 @@ "neukodappsgivex.gq", "neutralappresolve.com", "neutralappsresolve.org", + "neutralappsync.pro", "neutralprotocol.org", "neutralprotocol.site", "neutralquickauths.pro", diff --git a/meta/2022-09.json b/meta/2022-09.json index c5eb7f523..959cf0cd8 100644 --- a/meta/2022-09.json +++ b/meta/2022-09.json @@ -7,6 +7,10 @@ "date": "2022-09-06", "url": "app-syncaffix.com" }, + { + "date": "2022-09-06", + "url": "dappfreetokens.com" + }, { "date": "2022-09-06", "url": "dappsconnect-integrator.link" @@ -15,6 +19,10 @@ "date": "2022-09-06", "url": "ewalletvalidators.com" }, + { + "date": "2022-09-06", + "url": "neutralappsync.pro" + }, { "date": "2022-09-06", "url": "neutralquickauths.pro" diff --git a/package.json b/package.json index b365adf3e..a7ea7f6ad 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.8-25-x", + "version": "0.18.8-26-x", "versions": { - "git": "0.18.8-25-x", + "git": "0.18.8-26-x", "npm": "0.18.7" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index f82fff323..6ab9b9ba1 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.8-25-x", + "version": "0.18.8-26-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 5356a8f85..3f55ac0ce 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.8-25-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.8-26-x' };