Skip to content

Commit edb0d58

Browse files
committed
Bump version
1 parent 2685f47 commit edb0d58

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
@@ -11,7 +11,7 @@ CameraView is a well documented, high-level library that makes capturing picture
1111
addressing most of the common issues and needs, and still leaving you with flexibility where needed.
1212

1313
```groovy
14-
compile 'com.otaliastudios:cameraview:1.2.3'
14+
compile 'com.otaliastudios:cameraview:1.3.0'
1515
```
1616

1717
<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.3'
6+
version = '1.3.0'
77
group = 'com.otaliastudios'
88

99
//region android dependencies

0 commit comments

Comments
 (0)