Skip to content

Commit 7c8f57b

Browse files
committed
updated version number
1 parent f027a46 commit 7c8f57b

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## Change Log
22

3+
### 0.20.6.2: April 11, 2024
4+
- Enhancement: Updated libs to increase stability
5+
36
### 0.20.6.1: April 09, 2024
47
- Bug: Crash when activating countdown (#275)
58

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ android {
99
minSdkVersion 31
1010
targetSdkVersion 33
1111
versionCode 67
12-
versionName "0.20.6.1"
12+
versionName "0.20.6.2"
1313
vectorDrawables.useSupportLibrary true
1414
}
1515

app/src/main/res/values/about.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
3-
<string name="app_version" translatable="false">0.20.6</string>
3+
<string name="app_version" translatable="false">0.20.6.2</string>
44
<string name="database_version_label" translatable="false">Database version: </string>
55
<string name="copyright" translatable="false">Copyright(c) 2024 - Charles Combes - All rights reserved.</string>
66
<string name="bsd3" translatable="false">BSD 3</string>
@@ -11,6 +11,8 @@
1111
<string name="email_url" translatable="false">fastnfitnessapp@gmail.com</string>
1212
<string name="revision_history_label" translatable="false">Revision History:</string>
1313
<string name="revision_history" translatable="false">\n
14+
0.20.6.2: April 11, 2024\n
15+
\t- Enhancement: Updated libs to increase stability\n
1416
0.20.6.1: April 09, 2024\n
1517
\t- Bug: Crash when activating countdown (#275)\n
1618
0.20.6: April 01, 2024\n

0 commit comments

Comments
 (0)