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