Skip to content

Commit

Permalink
0.3.4+7
Browse files Browse the repository at this point in the history
  • Loading branch information
lijy91 committed Nov 28, 2021
1 parent 2b935c4 commit 6b9ac3e
Show file tree
Hide file tree
Showing 3 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 = '6';
const kAppBuildNumber = '7';

Future<void> initEnv(String type) async {
String jsonString = await rootBundle.loadString(
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 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,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
Expand Down

0 comments on commit 6b9ac3e

Please sign in to comment.