diff --git a/CHANGELOG.md b/CHANGELOG.md index 565320ee..b5f870df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,16 @@ Change Log ========== -version that is cooking ------------------------ +version 1.0.35 +-------------- * Custom Scan Topic by @thrillfall in PR #191 * PDF Export contribution by @miclill ( miclill@9cff336 ) * Turkish translation by @sturkmen72 in PR #195 * Persian translation by @ahangartha in PR #194 * Indonesian translation by @zmni in PR #178 +* Update spanish translation by @yeyeto2788 in PR #207 +* more updates on translations by previous contributors version 1.0.34 -------------- diff --git a/app/build.gradle b/app/build.gradle index 896f9858..763559e3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "com.todobom.opennotescanner" minSdkVersion 21 targetSdkVersion 29 - versionCode 34 - versionName '1.0.34' + versionCode 35 + versionName '1.0.35' } buildTypes { release {