diff --git a/ReadMe.txt b/ReadMe.txt index c3767ed..3e1a138 100644 --- a/ReadMe.txt +++ b/ReadMe.txt @@ -63,7 +63,7 @@ LINKS CHANGES -Version 1.8beta3 (2020-04-XX) +Version 1.8 (2020-05-14) - Intercept the ESC keyboard key to allow the use of the BACK soft key. - Add LCD pixel borders. diff --git a/app/build.gradle b/app/build.gradle index d422cc4..8cffd43 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -33,8 +33,8 @@ android { applicationId "org.emulator.forty.eight" minSdkVersion 19 targetSdkVersion 29 - versionCode 13 - versionName "1.8beta2" + versionCode 14 + versionName "1.8" setProperty("archivesBaseName", "Emu48-v$versionName") testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" externalNativeBuild { diff --git a/app/src/main/assets/ReadMe.txt b/app/src/main/assets/ReadMe.txt index ccc1f9a..15a6184 100644 --- a/app/src/main/assets/ReadMe.txt +++ b/app/src/main/assets/ReadMe.txt @@ -63,7 +63,7 @@ LINKS CHANGES -Version 1.8beta3 (2020-04-XX) +Version 1.8 (2020-05-14) - Intercept the ESC keyboard key to allow the use of the BACK soft key. - Add LCD pixel borders.