Skip to content

Commit

Permalink
Advance version number to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markusfisch committed Mar 2, 2018
1 parent 2761e2a commit 1c95487
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Change Log

## 1.5.0
* Fix relative camera orientation for front facing cameras
* Rename OnCameraListener.onCameraStarted() to onCameraReady()

## 1.4.0
* Adds OnCameraListener.onPreviewStarted() callback

Expand Down
4 changes: 2 additions & 2 deletions cameraview/build.gradle
Expand Up @@ -21,8 +21,8 @@ android {
minSdkVersion 9
targetSdkVersion sdk_version

versionCode 9
versionName '1.4.0'
versionCode 10
versionName '1.5.0'
}
}

Expand Down

0 comments on commit 1c95487

Please sign in to comment.