From ead845e2fc48697c82045dd2dbc4033cf6ca05cf Mon Sep 17 00:00:00 2001 From: Mattia Iavarone Date: Sat, 26 Aug 2017 18:50:01 +0200 Subject: [PATCH] Bump version (#2) --- README.md | 2 +- cameraview/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ac83e05f..4a8407f2 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ CameraView is a well documented, high-level library that makes capturing pictures and videos easy, addressing most of the common issues and needs, and still leaving you with flexibility where needed. ```groovy -compile 'com.otaliastudios:cameraview:1.1.2' +compile 'com.otaliastudios:cameraview:1.1.3' ```

diff --git a/cameraview/build.gradle b/cameraview/build.gradle index d65510d8..f8ae70cc 100644 --- a/cameraview/build.gradle +++ b/cameraview/build.gradle @@ -3,7 +3,7 @@ apply plugin: 'com.github.dcendents.android-maven' apply plugin: 'com.jfrog.bintray' // Required by bintray -version = '1.1.2' +version = '1.1.3' group = 'com.otaliastudios' android {