Skip to content

Commit

Permalink
upgrade api version (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
oeway committed May 11, 2020
1 parent 933a171 commit 6486c08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imjoy_elfinder/templates/elfinder/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@
// inside iframe
if (window.self !== window.top) {
imjoyLoder.loadImJoyRPC({
api_version: '0.2.0'
api_version: '0.2.1'
}).then(async (imjoyRPC) => {
const api = await imjoyRPC.setupRPC({
name: 'ImJoy elFinder',
Expand Down

0 comments on commit 6486c08

Please sign in to comment.