From fdd3d2891fcc391687a2d30bc42394f6fa01c03c Mon Sep 17 00:00:00 2001 From: Vadim <44135514+vodemn@users.noreply.github.com> Date: Mon, 23 Jan 2023 21:44:31 +0300 Subject: [PATCH] version bump --- README.md | 7 ++++++- pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b58ca22..e1d6ab6 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/pubspec.yaml b/pubspec.yaml index d9aeff7..f30417c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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"