From c912bdeb012d67806d961cdd8997f24f974d9753 Mon Sep 17 00:00:00 2001 From: Neeraj Gupta <254676+ua741@users.noreply.github.com> Date: Mon, 10 Oct 2022 13:21:56 +0530 Subject: [PATCH] bump version code to 0.6.42+372 --- .vscode/settings.json | 7 +++++++ pubspec.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 000000000..77e005a9c --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,7 @@ +{ + "workbench.colorCustomizations": { + "activityBar.background": "#123046", + "titleBar.activeBackground": "#194363", + "titleBar.activeForeground": "#F9FBFD" + } +} \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 0fd176974..8f3c5b06d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -11,7 +11,7 @@ description: ente photos application # 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: 0.6.40+370 +version: 0.6.42+372 environment: sdk: '>=2.12.0 <3.0.0'