Skip to content

Commit

Permalink
Update pubspec.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
lijy91 committed Oct 10, 2021
1 parent 518bff6 commit e460cc1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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 = '3';
const kAppBuildNumber = '4';

Future<void> initEnv(String type) async {
String jsonString = await rootBundle.loadString(
Expand Down
4 changes: 3 additions & 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.0-alpha+3
version: 0.3.1+4

environment:
sdk: ">=2.7.0 <3.0.0"
Expand Down Expand Up @@ -93,6 +93,8 @@ dev_dependencies:
dependency_overrides:
# hotkey_manager:
# path: ../../leanflutter/hotkey_manager
# pro_account:
# path: ../pro_account
# screen_retriever:
# path: ../../leanflutter/screen_retriever
# screen_text_extractor:
Expand Down

0 comments on commit e460cc1

Please sign in to comment.