Skip to content

Commit ebf9565

Browse files
committed
Bump to 2.1.2+8 and API 2.11.3
1 parent d1da146 commit ebf9565

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/screens/settings.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class SettingsPage extends StatefulWidget {
1717
class _SettingsPageState extends State<SettingsPage> {
1818
Storage storage = Storage.instance;
1919

20-
static const String _apiVersion = '2.7.0';
20+
static const String _apiVersion = '2.11.3';
2121
static const String _repoUrl = 'https://github.com/davquar/halfdot';
2222
static const String _license = 'MIT';
2323
static const String _licenseUrl =

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1717
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
1818
# In Windows, build-name is used as the major, minor, and patch parts
1919
# of the product and file versions while build-number is used as the build suffix.
20-
version: 2.1.1+7
20+
version: 2.1.2+8
2121

2222
environment:
2323
sdk: '>=3.0.0 <=3.1.2'

0 commit comments

Comments
 (0)