diff --git a/app/build.gradle b/app/build.gradle index 7d03c09..9980cf3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -35,8 +35,8 @@ android { applicationId "de.tadris.fitness" minSdkVersion 21 targetSdkVersion 28 - versionCode 200 - versionName "2.0" + versionCode 210 + versionName "2.1" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } buildTypes { diff --git a/metadata/en-US/changelogs/210.txt b/metadata/en-US/changelogs/210.txt new file mode 100644 index 0000000..b92010d --- /dev/null +++ b/metadata/en-US/changelogs/210.txt @@ -0,0 +1,3 @@ +**2.1:** + +- Fix workouts not showing after recorded (#25) \ No newline at end of file