From e460cc10b18f0c162d7078a100ad9bc9c6fd9802 Mon Sep 17 00:00:00 2001 From: LiJianying Date: Sun, 10 Oct 2021 17:08:15 +0800 Subject: [PATCH] Update pubspec.yaml --- lib/utilities/env.dart | 2 +- pubspec.yaml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/utilities/env.dart b/lib/utilities/env.dart index 406bc4e4..43d95363 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 = '3'; +const kAppBuildNumber = '4'; Future initEnv(String type) async { String jsonString = await rootBundle.loadString( diff --git a/pubspec.yaml b/pubspec.yaml index f12dfa0e..35a11830 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.0-alpha+3 +version: 0.3.1+4 environment: sdk: ">=2.7.0 <3.0.0" @@ -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: