Skip to content

Commit

Permalink
Advance version number to 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markusfisch committed Jul 31, 2020
1 parent 0d4c10d commit 9d0f75f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 1.9.0
* Show sums of negative/positive arguments
* Share arguments as text or CSV
* Add speech bubbles around arguments
* Add total sums for pros/cons when sharing an issue
* Add remove and duplicate actions to arguments fragment
* Count zero weights as 0
* Improve preferences screen

## 1.8.0
* Add a setting to automatically sort arguments
* Add an action item to duplicate an issue
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
minSdkVersion 9
targetSdkVersion sdk_version

versionCode 12
versionName "1.8.0"
versionCode 13
versionName "1.9.0"
}

signingConfigs {
Expand Down

0 comments on commit 9d0f75f

Please sign in to comment.