Skip to content

Commit

Permalink
Bump recommended versions
Browse files Browse the repository at this point in the history
  • Loading branch information
felixbrucker committed Feb 2, 2024
1 parent 27a7114 commit eb6dd5f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/app/clients/clients.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const chiaOgClient: Client<string> = {
},
versions: {
minimum: '1.2.0',
recommendedMinimum: '1.5.0',
recommendedMinimum: '1.6.0',
},
}
export const foxyFarmerClientWithBB: Client<string> = {
Expand All @@ -49,7 +49,7 @@ export const foxyFarmerClientWithBB: Client<string> = {
},
versions: {
minimum: '1.8.0',
recommendedMinimum: '1.14.0',
recommendedMinimum: '1.15.0',
},
}
export const foxyFarmerClientWithGH: Client<string> = {
Expand All @@ -59,8 +59,8 @@ export const foxyFarmerClientWithGH: Client<string> = {
localNames: ['ff', 'giga'],
},
versions: {
minimum: '1.15.0',
recommendedMinimum: '1.15.0',
minimum: '1.16.0',
recommendedMinimum: '1.16.0',
},
}
export const foxyGhFarmerClient: Client<string> = {
Expand All @@ -71,7 +71,7 @@ export const foxyGhFarmerClient: Client<string> = {
},
versions: {
minimum: '1.7.2',
recommendedMinimum: '1.9.0',
recommendedMinimum: '1.10.1',
},
}
export const gigahorseClient: Client<number> = {
Expand Down

0 comments on commit eb6dd5f

Please sign in to comment.