diff --git a/CHANGELOG.md b/CHANGELOG.md index b17d97a..91fa091 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +**1.5.1.3** + +- Fixes introduces by the previous alpha (1.5.1.2) + **1.5.1.2** - Added testing to the CI. diff --git a/app/build.gradle b/app/build.gradle index 09420f4..f239ea4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -25,8 +25,8 @@ android { applicationId "apps.amine.bou.readerforselfoss" minSdkVersion 16 targetSdkVersion 25 - versionCode 1512 - versionName "1.5.1.2" + versionCode 1513 + versionName "1.5.1.3" // Enabling multidex support. multiDexEnabled true