Bump + changelog

This commit is contained in:
Matyáš Caras 2022-04-25 21:14:48 +02:00
parent bf183a379e
commit e7db73342d
3 changed files with 4 additions and 2 deletions

View File

@ -6,5 +6,7 @@
- Odhlášení přesunuto do textového menu
- Odstraněna stránka domů, hlavní stránka je nyní jídelníček
- Přidána stránka `O Aplikaci`
- Dialogové okno k burze se nezobrazí u jídel, která nelze přidat do burzy
- Přidán načítací dialog při objednání (#6)
# 0.1.0
- První verze

View File

@ -28,7 +28,7 @@ packages:
name: canteenlib
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.0-alpha.14"
version: "0.1.0-alpha.15"
characters:
dependency: transitive
description:

View File

@ -16,7 +16,7 @@ dependencies:
sdk: flutter
flutter_localizations:
sdk: flutter
canteenlib: ^0.1.0-alpha.14
canteenlib: ^0.1.0-alpha.15
connectivity_plus: ^2.2.1
flutter_secure_storage: ^5.0.2
url_launcher: ^6.0.20