From 5b0e4110c8cd460c19bb4d1d84e74ee9c4a9a25d Mon Sep 17 00:00:00 2001 From: Mattia Iavarone Date: Sun, 13 Aug 2017 16:58:50 +0200 Subject: [PATCH] Bump version --- README.md | 2 +- cameraview/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 917e6cf4..2e5f1461 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.0' +compile 'com.otaliastudios:cameraview:1.1.1' ```

diff --git a/cameraview/build.gradle b/cameraview/build.gradle index 87a5121c..450067d1 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.0' +version = '1.1.1' group = 'com.otaliastudios' android {