Skip to content

Commit

Permalink
Advance version number to 1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markusfisch committed Jul 23, 2020
1 parent c002c81 commit 3fe3420
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## 1.13.0
* Render wave lines as solids or strokes
* Add a button to rotate the hue of all colors of a theme
* Add another default theme using stroke widths

## 1.12.1
* Optimize rendering theme preview
* Improve description of Speed and Shift in editor
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 {
minSdkVersion 9
targetSdkVersion sdk_version

versionCode 19
versionName '1.12.1'
versionCode 20
versionName '1.13.0'
}

signingConfigs {
Expand Down

0 comments on commit 3fe3420

Please sign in to comment.