diff --git a/ChangeLog.txt b/ChangeLog.txt index f7071c4..78de5ee 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,6 @@ +2021-07-02: Version 1.86 +- Update to Stockfish 14. + 2021-02-20: Version 1.85 - Update to Stockfish 13. diff --git a/DroidFishApp/build.gradle b/DroidFishApp/build.gradle index 3be0a1a..53db217 100644 --- a/DroidFishApp/build.gradle +++ b/DroidFishApp/build.gradle @@ -7,8 +7,8 @@ android { applicationId "org.petero.droidfish" minSdkVersion 16 targetSdkVersion 28 - versionCode 95 - versionName "1.85" + versionCode 96 + versionName "1.86" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" externalNativeBuild { ndkBuild {