diff --git a/Changelog.md b/Changelog.md index 9342919..3d24ef3 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,13 @@ changelog ========= +2.0.2 (30.07.2021) +------------------ +* Update: Start again instead of returning back to the main menu +* Fix: Clearing the nouns list on double clicking a choice +* Add: Words' translation till 500th +* Add: Translations to French, Norwegian, Spanish & Italian +* Update: Dependencies & Gradle + 2.0.1 (19.07.2021) ------------------ * Add: WordViewModel. diff --git a/app/build.gradle b/app/build.gradle index eb6ded8..8acb857 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId 'com.machiav3lli.derdiedas' minSdkVersion 24 targetSdkVersion 30 - versionCode = 2001 - versionName = "2.0.1" + versionCode = 2002 + versionName = "2.0.2" testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' } buildTypes { diff --git a/fastlane/metadata/android/en-US/changelogs/2002.txt b/fastlane/metadata/android/en-US/changelogs/2002.txt new file mode 100644 index 0000000..0237c5c --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/2002.txt @@ -0,0 +1,4 @@ +* Update: Start again instead of returning back to the main menu +* Fix: Clearing the nouns list on double clicking a choice +* Add: Words' translation till 500th +* Add: Translations to French, Norwegian, Spanish & Italian