From 3664faa4faacd49a280e8b1fccbb55495627674c Mon Sep 17 00:00:00 2001 From: flofriday Date: Wed, 25 Aug 2021 00:23:23 +0200 Subject: [PATCH] Update version number --- README.md | 5 ++++- pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8b94eb6..94f3320 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,10 @@ API, the app itself is not official! ## Future Features -- Fix light theme +So, I currently implemented all features I can think of. However, I will still +maintain the app and update it to be compatible with future OS versions. + +If you have ideas for new features or bug reports, feel free to open an issue. ## Build it yourself diff --git a/pubspec.yaml b/pubspec.yaml index cc0f304..df22549 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -11,7 +11,7 @@ description: An addressbook for TU Wien # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 1.3.1 +version: 1.3.2 environment: sdk: ">=2.12.0 <3.0.0"