Skip to content

Commit

Permalink
updating version
Browse files Browse the repository at this point in the history
  • Loading branch information
howardrigberg committed Jul 13, 2022
1 parent 98f5e88 commit e355d7e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Change Log
==========
Version 3.12.0 *(2022-07-07)*
----------------------------
- Added `LiveEvent` data support.
- Added `VimeoApiClient.fetchLiveEvent`

Version 3.11.0 *(2022-07-07)*
----------------------------
- Updated `UploadQuotaPeriodType` to match new values.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ object ApiConstants {

const val SSL_URL_PATTERN = "*.vimeo.com"

const val SDK_VERSION = "3.11.0"
const val SDK_VERSION = "3.12.0"

const val NONE = -1

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
org.gradle.parallel=true
org.gradle.daemon=true
org.gradle.jvmargs=-Xmx4096M
version=3.11.0
version=3.12.0

android.useAndroidX=true
android.enableJetifier=true

0 comments on commit e355d7e

Please sign in to comment.