Skip to content

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
brodeurlv committed Aug 4, 2020
1 parent 0268eda commit 266e416
Show file tree
Hide file tree
Showing 2 changed files with 10 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 @@
## Change Log

### 0.19.3: August 3, 2020
- Enhancement : Update auto clear mechanism for Exercise (#154) (Thank you @ironjan)
- Enhancement : Added max length graphic for isometric exercises
- Bug : Fixed timer not vibrating (#145) (Thank you @sdriv3r)
- Bug : Fixed crash on program launch (#166) (Thank you @ConstanHin)
- Bug : Fixed exercise delete behavior (#162)
- Bug : Fixed conversion issue on LB weight

### 0.19.2: July 15, 2020
- Enhancement : Update the zoom feature for body tracking graph (#158)
- Enhancement : Several UI enhancement (#147, #155) (Thank you @ironjan)
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.easyfitness"
minSdkVersion 21
targetSdkVersion 29
versionCode 47
versionName "0.19.2"
versionCode 48
versionName "0.19.3"

vectorDrawables.useSupportLibrary = true
}
Expand Down

0 comments on commit 266e416

Please sign in to comment.