Skip to content

Commit

Permalink
Release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tpkowastaken committed Jan 23, 2024
1 parent 162a958 commit 25df19e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 25df19e

Please sign in to comment.