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"