diff --git a/EditPlan.tsx b/EditPlan.tsx index 01e4c0f..6497f4b 100644 --- a/EditPlan.tsx +++ b/EditPlan.tsx @@ -125,6 +125,7 @@ export default function EditPlan() { const newExercises = newNames.filter((name) => exercises.includes(name)); console.log({ newExercises }); setExercises(newExercises); + setNames(newNames); }; return ( diff --git a/android/app/build.gradle b/android/app/build.gradle index 2eee223..1b5c20f 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -85,8 +85,8 @@ android { applicationId "com.massive" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 36199 - versionName "1.173" + versionCode 36200 + versionName "1.174" } signingConfigs { release { diff --git a/package.json b/package.json index 834cafb..4fab3cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "massive", - "version": "1.173", + "version": "1.174", "private": true, "license": "GPL-3.0-only", "scripts": {