version bump

This commit is contained in:
Vadim 2023-01-23 21:44:31 +03:00
parent 08274c6bb8
commit fdd3d2891f
2 changed files with 7 additions and 2 deletions

View file

@ -16,7 +16,12 @@ Without further delay behold my new Lightmeter app inspired by Material You (a.k
## Table of contents
- [Backstory](#backstory)
- [Table of contents](#table-of-contents)
- [Legacy features](#legacy-features)
- [Metering](#metering)
- [Adjust](#adjust)
- [General](#general)
- [Theme](#theme)
- [Build](#build)
## Legacy features
@ -48,5 +53,5 @@ The list of features that the old lightmeter app has and that have to be impleme
## Build
```
flutter build apk --flavor dev --dart-define cameraPreviewAspectRatio=2/3
flutter build apk --flavor dev --dart-define cameraPreviewAspectRatio=2/3 -t lib/main_dev.dart
```

View file

@ -1,7 +1,7 @@
name: lightmeter
description: A new Flutter project.
publish_to: "none"
version: 0.3.0+5
version: 0.4.0+6
environment:
sdk: ">=2.18.0 <3.0.0"