Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
Bump to version 0.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
ilovelinux committed Sep 11, 2023
1 parent 89bc4d4 commit 1821262
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/l10n/app_en.arb
Original file line number Diff line number Diff line change
Expand Up @@ -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",

Expand Down
2 changes: 1 addition & 1 deletion lib/l10n/app_it.arb
Original file line number Diff line number Diff line change
Expand Up @@ -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",

Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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'
Expand Down Expand Up @@ -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

0 comments on commit 1821262

Please sign in to comment.