diff --git a/CHANGELOG.md b/CHANGELOG.md
index f215ef18..8d05c0ca 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
## Change Log
+### 0.20.3: September 09, 2021
+- Bug: Fixed bug introduced on 0.20.2 on muscles list (#220, Thank you @MatthewRFennell).
+ Muscles created on 0.20.2 exclusively might need to be manually corrected by user.
+
+
### 0.20.2: August 20, 2021
- Enhancement: Added countdown in program view
- Enhancement: Added program update request(#141)
diff --git a/app/build.gradle b/app/build.gradle
index f4bc4d92..8f4fd24a 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -8,8 +8,8 @@ android {
applicationId "com.easyfitness"
minSdkVersion 21
targetSdkVersion 30
- versionCode 59
- versionName "0.20.2"
+ versionCode 60
+ versionName "0.20.3"
vectorDrawables.useSupportLibrary true
}
diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml
index 9f58416c..2ef2c7f1 100644
--- a/app/src/main/res/values-fr/strings.xml
+++ b/app/src/main/res/values-fr/strings.xml
@@ -189,7 +189,7 @@
Indice de masse sans graisse (FFMI)
graisse [%] non disponible
Index
- s
+ Sec.
Type d\'exercice :
Isometrique
Type d\'exercice \?
diff --git a/app/src/main/res/values-it/strings.xml b/app/src/main/res/values-it/strings.xml
index 671b08bc..55bcd317 100644
--- a/app/src/main/res/values-it/strings.xml
+++ b/app/src/main/res/values-it/strings.xml
@@ -208,7 +208,7 @@
Tipo di esercizio\?
Tipo di esercizio:
Isometrico
- s
+ Sec.
importato
impossibile importare i file
(Assicurati che tutti i nuovi esercizi siano importati prima)
diff --git a/app/src/main/res/values-nl/strings.xml b/app/src/main/res/values-nl/strings.xml
index 7bb9ed40..47db871c 100644
--- a/app/src/main/res/values-nl/strings.xml
+++ b/app/src/main/res/values-nl/strings.xml
@@ -202,7 +202,7 @@
Welke oefening?
Oefening soort:
Isometric
- Secs
+ Sec.
importeren succesvol
importeren mislukt
(Importeer eerst nieuwe oefeningen)
diff --git a/app/src/main/res/values/about.xml b/app/src/main/res/values/about.xml
index 03643a8a..8d9ed238 100644
--- a/app/src/main/res/values/about.xml
+++ b/app/src/main/res/values/about.xml
@@ -1,6 +1,6 @@
- 0.20.2
+ 0.20.3
Database version:
Author:
Copyright(c) 2021 - Charles Combes - All rights reserved.
@@ -13,16 +13,8 @@
fastnfitnessapp@gmail.com
Revision History:
\n
-v0.20.2: August 20, 2021 \n
- \t- Enhancement: Added countdown in program view \n
- \t- Enhancement: Added program update request(#141) \n
- \t- Enhancement: Added Glutes to muscles (#212, Thank you @MatthewRFennell) \n
- \t- Enhancement: Added "Not done" exercise in program history \n
- \t- Enhancement: Added success and failed buttons in program record editor\n
- \t- Enhancement: Added confirmation on program closing\n
- \t- Enhancement: Updated Italian, German and French translation \n
- \t- Enhancement: Finalized migration to API30 \n
- \t- Bug: Fixed CSV export \n
+v0.20.3: September 09, 2021 \n
+ \t- Bug: Fixed bug introduced on 0.20.2 on muscles list (#220, Thank you @MatthewRFennell). Muscles created on 0.20.2 exclusively might need to be manually corrected by user. \n
Libraries used in this app:
MPAndroidChart (Apache 2.0)