Skip to content

Commit

Permalink
version: version upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
bibash28 committed Aug 18, 2023
1 parent 467daee commit 03ab427
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
]
}
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: altme
description: AltMe Flutter App
version: 1.19.9+246
version: 1.20.0+247
publish_to: none

environment:
Expand Down

0 comments on commit 03ab427

Please sign in to comment.