Skip to content

Commit

Permalink
Advance version number to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
markusfisch committed Dec 10, 2017
1 parent ecbc3e2 commit c6df31d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,8 @@
# Change Log

## 1.3.1
* Fixed closing the camera immediately after openAsync()

## 1.3.0
* Helper functions to easily set a focus area (required for tap to focus)

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

versionCode 5
versionName '1.3.0'
versionCode 6
versionName '1.3.1'
}
}

Expand Down

0 comments on commit c6df31d

Please sign in to comment.