Skip to content

Commit 42ce9fa

Browse files
committed
make: release 3
1 parent 19e4f85 commit 42ce9fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/screens/settings.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ class _SettingsScreen extends State<SettingsScreen> {
155155
showAboutDialog(
156156
context: context,
157157
applicationName: 'Florae',
158-
applicationVersion: '2.1.0',
158+
applicationVersion: '3.0.0',
159159
applicationLegalese: '© Naval Alcalá',
160160
);
161161
}),

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1515
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
1616
# Read more about iOS versioning at
1717
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
18-
version: 2.1.0+5
18+
version: 3.0.0+5
1919

2020
environment:
2121
sdk: '>=3.3.4 <4.0.0'

0 commit comments

Comments
 (0)