From 29f98db4a06289c1c5cbe3731edda73870643de7 Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 12 May 2025 19:01:05 +0300 Subject: [PATCH] chore: change version code in app --- lib/main.dart | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/main.dart b/lib/main.dart index fca304c..ad2eada 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -158,7 +158,7 @@ class HomePage extends StatelessWidget { : Container(), ], ), - const Text("v1.3.0") + const Text("v1.3.1") ], ), ) diff --git a/pubspec.yaml b/pubspec.yaml index 20e40b7..de36565 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 1.3.0+3 +version: 1.3.1+4 environment: sdk: ">=3.4.3 <4.0.0"