From 6b9ac3e621e78540a9f7a4a86da7fc411daee414 Mon Sep 17 00:00:00 2001 From: LiJianying Date: Sun, 28 Nov 2021 18:03:30 +0800 Subject: [PATCH] 0.3.4+7 --- lib/utilities/env.dart | 2 +- pubspec.yaml | 2 +- windows/runner/Runner.rc | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/utilities/env.dart b/lib/utilities/env.dart index 28d2fb7..07d7bd2 100644 --- a/lib/utilities/env.dart +++ b/lib/utilities/env.dart @@ -2,7 +2,7 @@ import 'package:flutter/services.dart'; import 'package:package_info_plus/package_info_plus.dart'; import 'package:yaml/yaml.dart'; -const kAppBuildNumber = '6'; +const kAppBuildNumber = '7'; Future initEnv(String type) async { String jsonString = await rootBundle.loadString( diff --git a/pubspec.yaml b/pubspec.yaml index 24af626..8d879b8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # 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.3.3+6 +version: 0.3.4+7 environment: sdk: ">=2.7.0 <3.0.0" diff --git a/windows/runner/Runner.rc b/windows/runner/Runner.rc index f8e0582..482d413 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 0,3,3 +#define VERSION_AS_NUMBER 0,3,4 #endif #ifdef FLUTTER_BUILD_NAME #define VERSION_AS_STRING #FLUTTER_BUILD_NAME #else -#define VERSION_AS_STRING "0.3.3" +#define VERSION_AS_STRING "0.3.4" #endif VS_VERSION_INFO VERSIONINFO