From 25df19e871992c1645295799c44f789c37b8f5ad Mon Sep 17 00:00:00 2001 From: tpkowastaken Date: Wed, 24 Jan 2024 00:22:00 +0100 Subject: [PATCH] Release 1.3.0 --- CHANGELOG.md | 7 ++++++- android/app/build.gradle | 4 ++-- pubspec.yaml | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a91655f..210171a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ -## 1.2.9 +## 1.3.0 - Předělaný kalendář +- Oprava spoustu chyb +- Přidána podpora pro více výdejen jídelny +- Přidána podpora pro ss-stavebnikolin.cz +- Přidána možnost náhodně objednat oběd z notifikace +- Vylepšena stabilita a rychlost aplikace - Opraveno chování androidu, kdy se proces aplikace nespouštěl, tudíž nechodily notifikace - Přidán Pure black dark mode diff --git a/android/app/build.gradle b/android/app/build.gradle index 3046586..cc086a4 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -55,8 +55,8 @@ android { // For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration. targetSdkVersion rootProject.ext.targetSdkVersion minSdkVersion 21 - versionCode 165 - versionName '1.2.9' + versionCode 166 + versionName '1.3.0' } signingConfigs { release { diff --git a/pubspec.yaml b/pubspec.yaml index 5854cad..e39caef 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 1.2.9 +version: 1.3.0 environment: sdk: "^3.0.0"