fix: Update app version in pubspec.yaml (#2104)

* fix: Update app version in `pubspec.yaml`

* fix: Remove Build Number

- Removed unnecessary build number mentioned in the `pubspec.yaml`
This commit is contained in:
Aman Negi 2023-03-27 10:18:26 +05:30 committed by GitHub
parent d62493ce01
commit 2a55febe62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

View File

@ -135,7 +135,6 @@ class FlowyVersionDescription extends CustomActionCell {
PackageInfo packageInfo = snapshot.data;
String appName = packageInfo.appName;
String version = packageInfo.version;
String buildNumber = packageInfo.buildNumber;
return SizedBox(
height: 30,
@ -149,7 +148,7 @@ class FlowyVersionDescription extends CustomActionCell {
thickness: 1.0),
const VSpace(6),
FlowyText(
"$appName $version.$buildNumber",
"$appName $version",
color: Theme.of(context).hintColor,
),
],

View File

@ -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: 1.0.0+1
version: 0.1.1
environment:
sdk: ">=2.18.0 <3.0.0"
@ -89,7 +89,7 @@ dependencies:
google_fonts: ^3.0.1
file_picker: <=5.0.0
percent_indicator: ^4.0.1
appflowy_editor_plugins:
path: packages/appflowy_editor_plugins
calendar_view: ^1.0.1