Skip to content

Commit

Permalink
Bump to version 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
anjandev committed Feb 6, 2020
1 parent e9ec29f commit b0b79b5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Changelog

### Version 0.2
* 531: Added comments showing max weights and week
* Fixed bug where workout progress would be reset if screen rotated
* Make edit workout invisible if done working out for day
* Close workout when done workout
* 531: bug fixes with weight increment after 1 month

### Version 0.1
* Initial release
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ android {
applicationId "ca.momi.lift"
minSdkVersion 15
targetSdkVersion 28
versionCode 1
versionName "0.1"
versionCode 2
versionName "0.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down

0 comments on commit b0b79b5

Please sign in to comment.