diff --git a/app/components/EnRecipes.vue b/app/components/EnRecipes.vue
index 5b6b9622..5d8e5e67 100644
--- a/app/components/EnRecipes.vue
+++ b/app/components/EnRecipes.vue
@@ -41,7 +41,14 @@
:text="`${currentComponent}` | L"
col="1"
/>
-
+
-
-
+
-
-
-
+
+
(e.className = ""));
+ this.recipeList.forEach((e) => {
+ e.className = e.className.replace(/selected/g, "");
+ });
this.releaseLocalBackEvent();
this.showFAB = true;
},
diff --git a/app/resources/Android/app.gradle b/app/resources/Android/app.gradle
index b8483c71..892d5e36 100644
--- a/app/resources/Android/app.gradle
+++ b/app/resources/Android/app.gradle
@@ -15,8 +15,8 @@
android {
defaultConfig {
- versionCode 6
- versionName '1.3.0'
+ versionCode 7
+ versionName '1.3.1'
applicationId 'com.vishnuraghav.enrecipes'
minSdkVersion 21
generatedDensities = []