From a90a0868e31c334ecea1ae7a37dfad06d1352b88 Mon Sep 17 00:00:00 2001 From: Mattia Iavarone Date: Thu, 18 Jul 2019 14:30:54 -0300 Subject: [PATCH] Bump version --- README.md | 7 +------ cameraview/build.gradle | 2 +- docs/_posts/2018-12-20-changelog.md | 4 +++- docs/_posts/2018-12-20-install.md | 2 +- 4 files changed, 6 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index b46805b8..f9a2e070 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,6 @@ *This is a new major version (v2) of the library. It includes breaking changes, signature changes and new functionality. Keep reading if interested, or head to the legacy-v1 branch to read v1 documentation and info.* -*The v2 version is still in beta and its API surface might still change. Functions might be renamed, -options might be removed (though they probably won't), signatures might change. If this is a problem, -please wait for the final release and keep using v1*. - -

@@ -22,7 +17,7 @@ CameraView is a well documented, high-level library that makes capturing picture addressing most of the common issues and needs, and still leaving you with flexibility where needed. ```groovy -compile 'com.otaliastudios:cameraview:2.0.0-beta06' +compile 'com.otaliastudios:cameraview:2.0.0-rc1' ``` - Fast & reliable diff --git a/cameraview/build.gradle b/cameraview/build.gradle index 410862b8..e7251d6d 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 = '2.0.0-beta06' +version = '2.0.0-rc1' group = 'com.otaliastudios' //region android dependencies diff --git a/docs/_posts/2018-12-20-changelog.md b/docs/_posts/2018-12-20-changelog.md index 61976a49..54f751fe 100644 --- a/docs/_posts/2018-12-20-changelog.md +++ b/docs/_posts/2018-12-20-changelog.md @@ -8,7 +8,9 @@ order: 3 New versions are released through GitHub, so the reference page is the [GitHub Releases](https://github.com/natario1/CameraView/releases) page. -### v2.0.0 (to be released) +### v2.0.0-rc1 + +This is likely to be the final release before v2. - New: support for watermarks and animated overlays ([docs](../docs/watermarks-and-overlays.html)), thanks to [@RAN3000][RAN3000] ([#502][502], [#421][421]) - New: added `onVideoRecordingStart()` to be notified when video recording starts, thanks to [@agrawalsuneet][agrawalsuneet] ([#498][498]) diff --git a/docs/_posts/2018-12-20-install.md b/docs/_posts/2018-12-20-install.md index 534e7850..bb44a8bf 100644 --- a/docs/_posts/2018-12-20-install.md +++ b/docs/_posts/2018-12-20-install.md @@ -24,7 +24,7 @@ allprojects { Then simply download the latest version: ```groovy -api 'com.otaliastudios:cameraview:2.0.0-beta06' +api 'com.otaliastudios:cameraview:2.0.0-rc1' ``` No other configuration steps are needed. \ No newline at end of file