Skip to content

Commit

Permalink
updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
brodeurlv committed Apr 11, 2024
1 parent f027a46 commit 7c8f57b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## Change Log

### 0.20.6.2: April 11, 2024
- Enhancement: Updated libs to increase stability

### 0.20.6.1: April 09, 2024
- Bug: Crash when activating countdown (#275)

Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
minSdkVersion 31
targetSdkVersion 33
versionCode 67
versionName "0.20.6.1"
versionName "0.20.6.2"
vectorDrawables.useSupportLibrary true
}

Expand Down
4 changes: 3 additions & 1 deletion app/src/main/res/values/about.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
<string name="app_version" translatable="false">0.20.6</string>
<string name="app_version" translatable="false">0.20.6.2</string>
<string name="database_version_label" translatable="false">Database version: </string>
<string name="copyright" translatable="false">Copyright(c) 2024 - Charles Combes - All rights reserved.</string>
<string name="bsd3" translatable="false">BSD 3</string>
Expand All @@ -11,6 +11,8 @@
<string name="email_url" translatable="false">[email protected]</string>
<string name="revision_history_label" translatable="false">Revision History:</string>
<string name="revision_history" translatable="false">\n
0.20.6.2: April 11, 2024\n
\t- Enhancement: Updated libs to increase stability\n
0.20.6.1: April 09, 2024\n
\t- Bug: Crash when activating countdown (#275)\n
0.20.6: April 01, 2024\n
Expand Down

0 comments on commit 7c8f57b

Please sign in to comment.