From 77f48c603d8443ff97baf167ce52f807e8e1d273 Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Tue, 5 Aug 2025 10:52:12 -0600 Subject: [PATCH] 0.6.0 --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index cb07e97..ae658c3 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -14,7 +14,7 @@ android { defaultConfig { applicationId = "com.atridad.mealient" versionCode = 38 - versionName = "0.5.1" + versionName = "0.6.0" testInstrumentationRunner = "com.atridad.mealient.MealientTestRunner" testInstrumentationRunnerArguments += mapOf("clearPackageData" to "true") resourceConfigurations += listOf("en", "es", "ru", "fr", "nl", "pt", "de")