diff --git a/lib/app/pages/settings/settings_page.dart b/lib/app/pages/settings/settings_page.dart index 1064f49..62421cc 100644 --- a/lib/app/pages/settings/settings_page.dart +++ b/lib/app/pages/settings/settings_page.dart @@ -24,7 +24,7 @@ class SettingsPage extends StatefulWidget { class _SettingsPageState extends State { final _config = Modular.get(); final _request = Modular.get(); - String _version = "1.1.0"; + String _version = "1.2.0"; @override void initState() { diff --git a/pubspec.yaml b/pubspec.yaml index fac910f..ab4db7a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -17,7 +17,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 1.2.0 +version: 1.2.1 environment: sdk: '>=2.18.4 <3.0.0'