Skip to content

Commit

Permalink
Advance version number to 2.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
markusfisch committed Jan 31, 2018
1 parent 9c30553 commit 8f32244
Show file tree
Hide file tree
Showing 2 changed files with 5 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

## 2.10.2
* Remove non-ascii characters from pasted source code

## 2.10.1
* Match version declaration of vertex shader

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ android {
minSdkVersion 9
targetSdkVersion sdk_version

versionCode 40
versionName '2.10.1'
versionCode 41
versionName '2.10.2'
}

buildTypes {
Expand Down

0 comments on commit 8f32244

Please sign in to comment.