From 1ff6a8715574a44b6cb347f6c42f85035200a26e Mon Sep 17 00:00:00 2001 From: Brandon Presley Date: Sun, 12 Nov 2023 11:26:03 +1300 Subject: [PATCH] =?UTF-8?q?Update=20names=20list=20after=20re-ordering=20-?= =?UTF-8?q?=201.174=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes #183 --- EditPlan.tsx | 1 + android/app/build.gradle | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) 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": {