diff --git a/changelogs/CHANGELOG_en.md b/changelogs/CHANGELOG_en.md index 0cf47c6a..8d8e5a79 100644 --- a/changelogs/CHANGELOG_en.md +++ b/changelogs/CHANGELOG_en.md @@ -1,3 +1,8 @@ +# **v2.4.2** : + +- *Fix*: + - Fixed a bug that caused the display of the "About" page to crash in landscape mode +*** # **v2.4.1** : - *Fix*: diff --git a/changelogs/CHANGELOG_es.md b/changelogs/CHANGELOG_es.md index cda77690..42695681 100644 --- a/changelogs/CHANGELOG_es.md +++ b/changelogs/CHANGELOG_es.md @@ -1,3 +1,8 @@ +# **v2.4.2** : + +- *Fix*: + - Se corrigió un error que causaba que la visualización de la página "Acerca de" fallara en modo horizontal +*** # **v2.4.1** : - *Arreglar*: diff --git a/changelogs/CHANGELOG_fr.md b/changelogs/CHANGELOG_fr.md index 7d0867e6..801b32bb 100644 --- a/changelogs/CHANGELOG_fr.md +++ b/changelogs/CHANGELOG_fr.md @@ -1,3 +1,8 @@ +# **v2.4.2** : + +- *Fix*: + - Correction d'un bug qui faisait planter l'affichage de la page "A propos" en mode paysage +*** # **v2.4.1** : - *Fix*: diff --git a/pubspec.yaml b/pubspec.yaml index 3ad0d8a1..e5f61b98 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: Mobile app to get the closing and opening schedules of the Chaban D publish_to: 'none' -version: 2.4.1 +version: 2.4.2 environment: sdk: '>=3.0.0 <4.0.0'