Skip to content

Commit

Permalink
Advance version number to 2.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markusfisch committed Feb 3, 2019
1 parent 49511f8 commit 326818f
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

## 2.16.0
* Add uniform for rotation vector sensor
* Alternatively calculate rotation matrix from rotation vector if necessary
* Fix using accelerometer sensor to calculate gravity

## 2.15.0
* Adds frame count uniform

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 50
versionName '2.15.0'
versionCode 51
versionName '2.16.0'
}

buildTypes {
Expand Down

0 comments on commit 326818f

Please sign in to comment.