From 02ecfaf29c8106362282c409baca72b0e6a48ff9 Mon Sep 17 00:00:00 2001 From: Valentin REVERSAT Date: Thu, 14 Sep 2023 09:25:14 +0200 Subject: [PATCH] chore(version): increment version to `v2.4.2` --- changelogs/CHANGELOG_en.md | 5 +++++ changelogs/CHANGELOG_es.md | 5 +++++ changelogs/CHANGELOG_fr.md | 5 +++++ pubspec.yaml | 2 +- 4 files changed, 16 insertions(+), 1 deletion(-) 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'