Skip to content

Commit c0142c1

Browse files
committed
Bump version
1 parent 57d234c commit c0142c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
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.
88

99
```groovy
10-
compile 'com.otaliastudios:cameraview:1.1.4'
10+
compile 'com.otaliastudios:cameraview:1.2.0'
1111
```
1212

1313
<p>

cameraview/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'com.github.dcendents.android-maven'
33
apply plugin: 'com.jfrog.bintray'
44

55
// Required by bintray
6-
version = '1.1.4'
6+
version = '1.2.0'
77
group = 'com.otaliastudios'
88

99
android {

0 commit comments

Comments
 (0)