From 15bb52a4a2f69bff99425ccd9e8e183710522dd5 Mon Sep 17 00:00:00 2001 From: Will Smith Date: Sun, 17 May 2020 02:54:03 -0400 Subject: [PATCH] bump version to 0.5.2-pre1 --- APDE/build.gradle | 4 ++-- APDE/src/main/assets/whatsnew.txt | 13 +++++++++++++ 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/APDE/build.gradle b/APDE/build.gradle index f507b33c..cf37e81d 100644 --- a/APDE/build.gradle +++ b/APDE/build.gradle @@ -7,8 +7,8 @@ android { applicationId "com.calsignlabs.apde" minSdkVersion 19 targetSdkVersion 28 - versionCode 31 - versionName "0.5.1" + versionCode 32 + versionName "0.5.2-pre1" multiDexEnabled true } diff --git a/APDE/src/main/assets/whatsnew.txt b/APDE/src/main/assets/whatsnew.txt index 5413d623..a68fe744 100644 --- a/APDE/src/main/assets/whatsnew.txt +++ b/APDE/src/main/assets/whatsnew.txt @@ -1,3 +1,16 @@ +v0.5.2-pre1 Alpha + + - Real-time compilation + - Your code automatically compiles in the background + - Errors and warnings are underlined in your code + - The problem overview screen (to the right of the console) shows + all errors and warnings found in your code + - Improved preprocessor + - Improved file selection + - Bug fixes and improvements + +------------------------------------------------------------------------ + v0.5.1 Alpha - Preview mode runs sketches without installing them