Skip to content

Commit

Permalink
feat(picker): bump picker version to 1.11.1 (#318)
Browse files Browse the repository at this point in the history
* feat(picker): bump picker version to 1.11.1

* docs(picker): remove outdated cloud
  • Loading branch information
pcholuj authored Jan 15, 2020
1 parent 6987bc6 commit e1bdb2c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
/**
* @private
*/
const PICKER_VERSION = '1.11.0';
const PICKER_VERSION = '1.11.1';

/**
* @private
Expand Down
1 change: 0 additions & 1 deletion src/lib/picker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,6 @@ export interface PickerOptions {
* - picasa
* - onedrive
* - onedriveforbusiness
* - clouddrive
* - customsource - Configure this in your Filestack Dev Portal.
*/
fromSources?: string[];
Expand Down

0 comments on commit e1bdb2c

Please sign in to comment.