From 5d847c79bffe09e818546706aba87b17d0a6a05c Mon Sep 17 00:00:00 2001 From: ThibaultBee <37510686+ThibaultBee@users.noreply.github.com> Date: Mon, 5 Jun 2023 09:11:16 +0200 Subject: [PATCH] chore(version): bump to 1.3.0 --- CHANGELOG.md | 5 +++++ README.md | 2 +- gradle.properties | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de8e750..7fe5028 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All changes to this project will be documented in this file. +## [1.2.1] - 2023-06-05 + +- Add API to set playback speed +- Add API to use an api.video URL instead of a video ID (see `VideoOptions.fromUrl`) + ## [1.2.0] - 2023-02-07 - Add support for live streaming diff --git a/README.md b/README.md index 77a2eac..76258d0 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ In your module `build.gradle`, add the following code in `dependencies`: ```groovy dependencies { - implementation 'video.api:android-player:1.2.0' + implementation 'video.api:android-player:1.3.0' } ``` diff --git a/gradle.properties b/gradle.properties index dcc3714..7c2f4d3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -27,8 +27,8 @@ POM_NAME=android-player POM_ARTIFACT_ID=android-player POM_PACKAGING=aar -VERSION_NAME=1.2.0 -VERSION_CODE=1002000 +VERSION_NAME=1.3.0 +VERSION_CODE=1003000 GROUP=video.api POM_DESCRIPTION=Android player for api.video service.