Skip to content

Commit

Permalink
Update version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
moepoi committed Nov 10, 2023
1 parent 4254229 commit 12dc822
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/components/login_form.dart
Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Expand Up @@ -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"
Expand Down

0 comments on commit 12dc822

Please sign in to comment.