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

This commit is contained in:
Moe Poi ~ 2023-11-10 19:55:37 +07:00
parent 4254229db8
commit 12dc8220e9
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.0.0-beta"
"ua": "Nekoya App v1.1.0"
};
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.0.1
version: 1.1.0
environment:
sdk: ">=3.1.0 < 4.0.0"