Skip to content

Commit 982ed3d

Browse files
committed
Bump version
1 parent 93b1f71 commit 982ed3d

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
@@ -10,7 +10,7 @@
1010
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.
1111

1212
```groovy
13-
compile 'com.otaliastudios:cameraview:1.2.0'
13+
compile 'com.otaliastudios:cameraview:1.2.1'
1414
```
1515

1616
<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.2.0'
6+
version = '1.2.1'
77
group = 'com.otaliastudios'
88

99
//region android dependencies

0 commit comments

Comments
 (0)