Skip to content

Commit

Permalink
src build elFinder-2.1-88a2d17
Browse files Browse the repository at this point in the history
  • Loading branch information
nao-pon committed Jul 14, 2018
1 parent d6acbea commit 04112b2
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion css/elfinder.full.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* elFinder - file manager for web
* Version 2.1.39 (2.1-src Nightly: 86518b6) (2018-07-14)
* Version 2.1.40 (2.1-src Nightly: 88a2d17) (2018-07-14)
* http://elfinder.org
*
* Copyright 2009-2018, Studio 42
Expand Down
2 changes: 1 addition & 1 deletion css/elfinder.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions js/elfinder.full.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* elFinder - file manager for web
* Version 2.1.39 (2.1-src Nightly: 86518b6) (2018-07-14)
* Version 2.1.40 (2.1-src Nightly: 88a2d17) (2018-07-14)
* http://elfinder.org
*
* Copyright 2009-2018, Studio 42
Expand Down Expand Up @@ -9534,7 +9534,7 @@ if (!window.cancelAnimationFrame) {
*
* @type String
**/
elFinder.prototype.version = '2.1.39 (2.1-src Nightly: 86518b6)';
elFinder.prototype.version = '2.1.40 (2.1-src Nightly: 88a2d17)';



Expand Down
4 changes: 2 additions & 2 deletions js/elfinder.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion php/elFinder.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class elFinder {
*
* @var integer
*/
protected static $ApiRevision = 39;
protected static $ApiRevision = 40;

/**
* Storages (root dirs)
Expand Down

0 comments on commit 04112b2

Please sign in to comment.