From 23b9fea228053f01037e27da84b4f3fce693b92f Mon Sep 17 00:00:00 2001 From: Marco Date: Tue, 10 Dec 2024 23:36:30 +0100 Subject: [PATCH] change version --- android/app/build.gradle | 2 +- pubspec.yaml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 8f310ba..a591d44 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -24,7 +24,7 @@ android { minSdk = flutter.minSdkVersion targetSdk = flutter.targetSdkVersion versionCode = 1 - versionName = "1.0.0" + versionName = "1.0.1" } buildTypes { diff --git a/pubspec.yaml b/pubspec.yaml index 368be06..33d683b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,6 @@ name: calorimeter description: "Track your calories!" publish_to: 'none' -version: 1.0.0+1 environment: sdk: ^3.5.3