From 07cb634883f0ffc1b7b4f41e344f378291178ea2 Mon Sep 17 00:00:00 2001 From: Brandon Presley Date: Thu, 7 Sep 2023 14:49:25 +1200 Subject: [PATCH] =?UTF-8?q?Use=20plan=20title=20if=20one=20is=20set=20-=20?= =?UTF-8?q?1.156=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes #170 --- StartPlan.tsx | 4 +++- android/app/build.gradle | 4 ++-- package.json | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/StartPlan.tsx b/StartPlan.tsx index 7bd7a5f..ae8fe81 100644 --- a/StartPlan.tsx +++ b/StartPlan.tsx @@ -118,7 +118,9 @@ export default function StartPlan() { return ( <> - + navigation.navigate("EditPlan", { plan: params.plan })} icon="edit" diff --git a/android/app/build.gradle b/android/app/build.gradle index cd194df..6aba0aa 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 36181 - versionName "1.155" + versionCode 36182 + versionName "1.156" } signingConfigs { release { diff --git a/package.json b/package.json index 6f9213f..f6b3656 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "massive", - "version": "1.155", + "version": "1.156", "private": true, "license": "GPL-3.0-only", "scripts": {