From 50cc0c69f027170d870d00b191f260b6280f526c Mon Sep 17 00:00:00 2001 From: Erik Date: Wed, 10 Aug 2022 20:38:43 +0200 Subject: [PATCH] v2.0.132 --- pubspec.yaml | 4 ++-- windows/runner/Runner.rc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index cada0f5..5781007 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: airdash description: Share files anywhere publish_to: 'none' -version: 2.0.131+131 +version: 2.0.132+132 environment: sdk: ">=2.17.1 <3.0.0" @@ -76,7 +76,7 @@ msix_config: publisher_display_name: Flownio publisher: CN=74819260-D638-4972-AE3E-CA996FB6EF34 identity_name: 24192Flownio.AirDash - msix_version: 2.0.131.0 + msix_version: 2.0.132.0 logo_path: logo.png capabilities: internetClient store: true diff --git a/windows/runner/Runner.rc b/windows/runner/Runner.rc index 6a34e12..3b99046 100644 --- a/windows/runner/Runner.rc +++ b/windows/runner/Runner.rc @@ -63,13 +63,13 @@ IDI_APP_ICON ICON "resources\\app_icon.ico" #ifdef FLUTTER_BUILD_NUMBER #define VERSION_AS_NUMBER FLUTTER_BUILD_NUMBER #else -#define VERSION_AS_NUMBER 2,0,131 +#define VERSION_AS_NUMBER 2,0,132 #endif #ifdef FLUTTER_BUILD_NAME #define VERSION_AS_STRING #FLUTTER_BUILD_NAME #else -#define VERSION_AS_STRING "2.0.131" +#define VERSION_AS_STRING "2.0.132" #endif VS_VERSION_INFO VERSIONINFO