From 5b06e5708c053e444a3f60f9d19dc2b37c2cad03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maty=C3=A1=C5=A1=20Caras?= Date: Fri, 6 Oct 2023 13:28:13 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20opravit=20chybu=20s=20propisov=C3=A1n?= =?UTF-8?q?=C3=ADm=20HTML?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 ++ pubspec.lock | 4 ++-- pubspec.yaml | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b719966..954abf6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +# 1.9.1 +- Opravit chybu s propisováním HTML do názvu obědů # 1.9.0 - Opravit vzhled na iOS - Opravit chybu s burzou (update canteenlib) diff --git a/pubspec.lock b/pubspec.lock index 1516c78..457765c 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -29,10 +29,10 @@ packages: dependency: "direct main" description: name: canteenlib - sha256: f415b4f71f65b85c0766fc095a16c9b7ef1fd6c912a23e66963b5fdb1a7a6467 + sha256: "28148d5e0bc833233c99b25e555a868b165d414463f40898215f141cbae51b40" url: "https://pub.dev" source: hosted - version: "1.1.4" + version: "2.0.0" characters: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index f16f3f2..825dfcd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -6,13 +6,13 @@ publish_to: 'none' # The following defines the version and build number for your application. # A version number is three numbers separated by dots, like 1.2.43 # followed by an optional build number separated by a +. -version: 1.9.0+30 +version: 1.9.1+31 environment: sdk: ">=2.18.2 <3.0.0" dependencies: - canteenlib: ^1.1.4 + canteenlib: ^2.0.0 flutter: sdk: flutter flutter_local_notifications: ^12.0.3+1