From 03ab4270c623c812c1c783cbbe6dd925239a1334 Mon Sep 17 00:00:00 2001 From: Bibash Shrestha Date: Fri, 18 Aug 2023 17:01:44 +0545 Subject: [PATCH] version: version upgrade --- .vscode/launch.json | 8 +++++++- pubspec.yaml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index b4e33cecb..0ae10e8fa 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -28,7 +28,13 @@ "request": "launch", "type": "dart", "program": "lib/main_production.dart", - "args": ["--flavor", "production", "--target", "lib/main_production.dart"] + "args": [ + "--flavor", + "production", + "--target", + "lib/main_production.dart", + "--release" + ] } ] } diff --git a/pubspec.yaml b/pubspec.yaml index 09782e045..993489503 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: altme description: AltMe Flutter App -version: 1.19.9+246 +version: 1.20.0+247 publish_to: none environment: