diff --git a/app/build.gradle b/app/build.gradle index 351539e..bac53ca 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -23,8 +23,8 @@ android { applicationId "com.cornellappdev.android.eatery" minSdk 28 targetSdk 34 - versionCode 70 - versionName "blue-1.0.1-crashfix" + versionCode 71 + versionName "1.1-compare-menus" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables { diff --git a/whatsnew/whatsnew-en-US b/whatsnew/whatsnew-en-US index 6dbb3c0..a150f11 100644 --- a/whatsnew/whatsnew-en-US +++ b/whatsnew/whatsnew-en-US @@ -1 +1,4 @@ -We're working hard to bring you the latest fixes and features to Eatery! +We're working hard to bring you the latest fixes and features to Eatery! Here's what we've been working on: +* Compare Menus - Click the Compare Menus button on the main menu or eatery detail screen to compare menus across several eateries! +* Home Screen UI Reorganization - Eateries nearest to you are now more intuitive to find. +* Menu Selection - Select the top bar on a eatery menu to swap from breakfast, lunch, and dinner!