From 12dc8220e9cb33f49e9ddbcf16b3e0c1f60001a5 Mon Sep 17 00:00:00 2001 From: Moe Poi ~ Date: Fri, 10 Nov 2023 19:55:37 +0700 Subject: [PATCH] Update version to 1.1.0 --- lib/components/login_form.dart | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/components/login_form.dart b/lib/components/login_form.dart index 4cf6db9..3064dde 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.0.0-beta" + "ua": "Nekoya App v1.1.0" }; var response = await loginPost(data); diff --git a/pubspec.yaml b/pubspec.yaml index 48e5d4e..3df920e 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.0.1 +version: 1.1.0 environment: sdk: ">=3.1.0 < 4.0.0"