Update version to 1.1.1
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Moe Poi ~ 2023-11-10 21:55:18 +07:00
parent 91873bca8b
commit 1d65fec37c
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@ class LoginFormState extends State<LoginForm> {
Map<String, dynamic> data = {
"email": emailController.text,
"password": passwordController.text,
"ua": "Nekoya App v1.1.0"
"ua": "Nekoya App v1.1.1"
};
var response = await loginPost(data);

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.1.0
version: 1.1.1
environment:
sdk: ">=3.1.0 < 4.0.0"