diff --git a/CHANGELOG.md b/CHANGELOG.md index 20681e7..a8cfaf0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [0.1.13] +- Fix bug that didn't allow to book a seat + ## [0.1.12] - 2023-09-09 - Fix booking error - Re-add weekly stats @@ -74,7 +77,8 @@ The app actually allows you to: Further improvements and minor bugs are known and will be fixed in next releases. -[unreleased]: https://github.com/ilovelinux/open_edisu/compare/v0.1.12...HEAD +[unreleased]: https://github.com/ilovelinux/open_edisu/compare/v0.1.13...HEAD +[0.1.13]: https://github.com/ilovelinux/open_edisu/compare/v0.1.12...v0.1.13 [0.1.12]: https://github.com/ilovelinux/open_edisu/compare/v0.1.11...v0.1.12 [0.1.11]: https://github.com/ilovelinux/open_edisu/compare/v0.1.10...v0.1.11 [0.1.10]: https://github.com/ilovelinux/open_edisu/compare/v0.1.9...v0.1.10 diff --git a/lib/l10n/app_en.arb b/lib/l10n/app_en.arb index 42af554..62a434f 100644 --- a/lib/l10n/app_en.arb +++ b/lib/l10n/app_en.arb @@ -41,7 +41,7 @@ "settingsBottom": "Settings", "whatsnew": "What's new?", - "changelog": "- Fix booking error\n- Re-add weekly stats", + "changelog": "- Fix bug that didn't allow to book a seat", "great": "Great!", "dontshowagain": "Don't show again", diff --git a/lib/l10n/app_it.arb b/lib/l10n/app_it.arb index 307da4a..71c9f3f 100644 --- a/lib/l10n/app_it.arb +++ b/lib/l10n/app_it.arb @@ -41,7 +41,7 @@ "settingsBottom": "Impostazioni", "whatsnew": "Novità!", - "changelog": "- Fixato problema con le prenotazioni\n- Aggiunto il grafico delle statistiche settimanali", + "changelog": "- Fixato problema con le prenotazioni", "great": "Ottimo!", "dontshowagain": "Non mostrare di nuovo", diff --git a/pubspec.yaml b/pubspec.yaml index 347739e..bdb79cd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: open_edisu description: An open source app to book EDISU study rooms. publish_to: 'none' -version: 0.1.12+13 +version: 0.1.13+14 environment: sdk: '>=3.1.0 <4.0.0' @@ -68,7 +68,7 @@ msix_config: publisher_display_name: Antonio Spadaro identity_name: 56649AntonioSpadaro.OpenEdisu publisher: CN=15FA372E-AC50-4E12-AFBB-C963287752A5 - msix_version: 1.1.12.0 + msix_version: 1.1.13.0 logo_path: .\assets\icon\icon.png capabilities: internetClient languages: en, it