Skip to content

Commit

Permalink
update(doc):updated changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
SethK committed Dec 18, 2023
1 parent ab35fe2 commit ac9e512
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 6.0.0 *(2023-12-18)*
----------------------------
* [Upgrade] Gradle version upgrade completed
* [Fix] Picker crashing on the tablet
* [Fix] Progress bar is not updated until the upload is completed

Version 5.3.0 *(2018-11-29)*
----------------------------

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

## Install
```gradle
implementation 'com.filestack:filestack-android:5.3.0'
implementation 'com.filestack:filestack-android:6.0.0'
```

## Tester and Samples
Expand Down
2 changes: 1 addition & 1 deletion filestack/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'

group = 'com.filestack'
version = '5.3.0'
version = '6.0.0'
project.archivesBaseName = 'filestack-android'

android {
Expand Down

0 comments on commit ac9e512

Please sign in to comment.