diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 88b28c57b..1fc6e1fd3 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 599 Mich Block three scams spread on twitter (#2708) - 476 Jaco Update headers for 2023 (#2741) + 477 Jaco Unlist tickets.newfutures.network (#2750) 419 Tim Janssen Update all.json (#2747) 416 Frank Update all.json (#2746) 379 mhusnirizal update all.json (#2733) diff --git a/meta/2022-12.json b/meta/2022-12.json index cba34c971..71b9e0dcc 100644 --- a/meta/2022-12.json +++ b/meta/2022-12.json @@ -467,10 +467,6 @@ "date": "2022-12-25", "url": "manage-collab.land" }, - { - "date": "2022-12-25", - "url": "tickets.newfutures.network" - }, { "date": "2022-12-23", "url": "dappsusersupport.com" diff --git a/package.json b/package.json index 9619eca95..e914d306c 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.13-90-x", + "version": "0.18.13-91-x", "versions": { - "git": "0.18.13-90-x", + "git": "0.18.13-91-x", "npm": "0.18.12" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index cb44fc795..6c7d40956 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.13-90-x", + "version": "0.18.13-91-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.20.6", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 0cfaf43bc..11676c615 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.13-90-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.13-91-x' };