From 359cd64dc6e2f03059c53c147d298a964e83a63f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maty=C3=A1=C5=A1=20Caras?= Date: Mon, 4 Sep 2023 18:57:31 +0200 Subject: [PATCH] chore: :bookmark: bump verze --- CHANGELOG.md | 2 ++ pubspec.yaml | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c24216a..6e62f24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## 1.1.2 +- Opravit negativní čísla v kreditu, účet pro platby by @tpkowastaken in https://github.com/hernikplays/canteenlib/pull/4 ## 1.1.1 - Opravit problém s burzou ## 1.1.0-alpha.1 diff --git a/pubspec.yaml b/pubspec.yaml index 9b353a9..86306f6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,11 +1,11 @@ name: canteenlib description: Library for communication with the czech canteen food ordering system iCanteen -version: 1.1.1 +version: 1.1.2 repository: 'https://git.mnau.xyz/hernik/canteenlib' issue_tracker: 'https://git.mnau.xyz/hernik/canteenlib/issues' environment: - sdk: '>=2.16.1 <3.0.0' + sdk: '>=2.16.1 <4.0.0' dev_dependencies: dotenv: ^4.0.1