diff --git a/lib/components/login_form.dart b/lib/components/login_form.dart index 3064dde..d3bd6de 100644 --- a/lib/components/login_form.dart +++ b/lib/components/login_form.dart @@ -25,7 +25,7 @@ class LoginFormState extends State { Map data = { "email": emailController.text, "password": passwordController.text, - "ua": "Nekoya App v1.1.0" + "ua": "Nekoya App v1.1.1" }; var response = await loginPost(data); diff --git a/pubspec.yaml b/pubspec.yaml index 3df920e..5d222bb 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: 1.1.0 +version: 1.1.1 environment: sdk: ">=3.1.0 < 4.0.0"