Skip to content

Commit

Permalink
0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lijy91 committed Oct 30, 2021
1 parent b1cb366 commit 42f25ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/utilities/env.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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 = '4';
const kAppBuildNumber = '5';

Future<void> initEnv(String type) async {
String jsonString = await rootBundle.loadString(
Expand Down
6 changes: 3 additions & 3 deletions windows/runner/Runner.rc
Original file line number Diff line number Diff line change
Expand Up @@ -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,1
#define VERSION_AS_NUMBER 0,3,2
#endif

#ifdef FLUTTER_BUILD_NAME
#define VERSION_AS_STRING #FLUTTER_BUILD_NAME
#else
#define VERSION_AS_STRING "0.3.1"
#define VERSION_AS_STRING "0.3.2"
#endif

VS_VERSION_INFO VERSIONINFO
Expand All @@ -90,7 +90,7 @@ BEGIN
BLOCK "040904e4"
BEGIN
VALUE "CompanyName", "LiJianying" "\0"
VALUE "FileDescription", "A convenient translation and dictionary app written in dart / Flutter." "\0"
VALUE "FileDescription", "Biyi" "\0"
VALUE "FileVersion", VERSION_AS_STRING "\0"
VALUE "InternalName", "biyi" "\0"
VALUE "LegalCopyright", "Copyright (C) 2021 LiJianying. All rights reserved." "\0"
Expand Down

0 comments on commit 42f25ab

Please sign in to comment.