Skip to content

Commit

Permalink
Advance version number to 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
markusfisch committed Feb 14, 2019
1 parent 200f888 commit 0b3e094
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.8.1
* Reactivate JitPack support

## 1.8.0
* Adds setTapToFocus() to enable tap to focus

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

versionCode 15
versionName '1.8.0'
versionCode 16
versionName '1.8.1'
}
}

Expand Down

0 comments on commit 0b3e094

Please sign in to comment.