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