Skip to content

Commit

Permalink
Updating version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
howardrigberg committed Jun 7, 2022
1 parent 744d051 commit 1d7da9d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
Change Log
==========
Version 3.6.0 *(2022-06-07)*
----------------------------
- Added `unit` to `StorageQuota`.
- Added `period` to `Periodic` and `Space`.
- Added `resetDate` to `Periodic`.

Version 3.5.0 *(2022-05-16)*
----------------------------
- Added new account types: Free, Starter, Standard, and Advanced.
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.5.0"
const val SDK_VERSION = "3.6.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.5.0
version=3.6.0

android.useAndroidX=true
android.enableJetifier=true

0 comments on commit 1d7da9d

Please sign in to comment.