Skip to content

Commit

Permalink
Release 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
machiav3lli committed Jul 30, 2021
1 parent 240915f commit bf15902
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
8 changes: 8 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/2002.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit bf15902

Please sign in to comment.