From a0e475dd8b3a582a7dcf3ffd12db88af9cf3783a Mon Sep 17 00:00:00 2001 From: Mattia Iavarone Date: Sat, 23 Feb 2019 14:51:08 +0100 Subject: [PATCH] Bump version to v2.0.0-beta03 --- README.md | 2 +- cameraview/build.gradle | 2 +- docs/_posts/2018-12-20-changelog.md | 9 ++++++++- docs/_posts/2018-12-20-install.md | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 566d0e9c..01f3ac6b 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,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-beta02' +compile 'com.otaliastudios:cameraview:2.0.0-beta03' ``` - Fast & reliable diff --git a/cameraview/build.gradle b/cameraview/build.gradle index aa0d5819..07e871c7 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-beta02' +version = '2.0.0-beta03' 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 41a4495a..1a924184 100644 --- a/docs/_posts/2018-12-20-changelog.md +++ b/docs/_posts/2018-12-20-changelog.md @@ -8,6 +8,11 @@ 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-beta03 + +- Fixed a few bugs ([#392][392]) +- Important fixes to video snapshot recording ([#374][374]) + ### v2.0.0-beta02 - Fixed important bugs ([#356][356]) @@ -19,4 +24,6 @@ New versions are released through GitHub, so the reference page is the [GitHub R This is the first beta release. For changes with respect to v1, please take a look at the [migration guide](../extra/v1-migration-guide.html). [356]: https://github.com/natario1/CameraView/pull/356 -[360]: https://github.com/natario1/CameraView/pull/360 \ No newline at end of file +[360]: https://github.com/natario1/CameraView/pull/360 +[374]: https://github.com/natario1/CameraView/pull/374 +[392]: https://github.com/natario1/CameraView/pull/392 \ No newline at end of file diff --git a/docs/_posts/2018-12-20-install.md b/docs/_posts/2018-12-20-install.md index 0683c4cc..917a56e9 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-beta02' +api 'com.otaliastudios:cameraview:2.0.0-beta03' ``` No other configuration steps are needed. \ No newline at end of file