Skip to content

Commit 6c74957

Browse files
committed
* bump
1 parent e4f7c83 commit 6c74957

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

dist/FileAPI.html5.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! FileAPI 2.0.14 - BSD | git://github.com/mailru/FileAPI.git
1+
/*! FileAPI 2.0.15 - BSD | git://github.com/mailru/FileAPI.git
22
* FileAPI — a set of javascript tools for working with files. Multiupload, drag'n'drop and chunked file upload. Images: crop, resize and auto orientation by EXIF.
33
*/
44

@@ -283,7 +283,7 @@
283283
* FileAPI (core object)
284284
*/
285285
api = {
286-
version: '2.0.14',
286+
version: '2.0.15',
287287

288288
cors: false,
289289
html5: true,

dist/FileAPI.html5.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/FileAPI.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! FileAPI 2.0.14 - BSD | git://github.com/mailru/FileAPI.git
1+
/*! FileAPI 2.0.15 - BSD | git://github.com/mailru/FileAPI.git
22
* FileAPI — a set of javascript tools for working with files. Multiupload, drag'n'drop and chunked file upload. Images: crop, resize and auto orientation by EXIF.
33
*/
44

@@ -283,7 +283,7 @@
283283
* FileAPI (core object)
284284
*/
285285
api = {
286-
version: '2.0.14',
286+
version: '2.0.15',
287287

288288
cors: false,
289289
html5: true,

dist/FileAPI.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/FileAPI.core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@
189189
* FileAPI (core object)
190190
*/
191191
api = {
192-
version: '2.0.14',
192+
version: '2.0.15',
193193

194194
cors: false,
195195
html5: true,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "fileapi",
33
"exportName": "FileAPI",
4-
"version": "2.0.14",
4+
"version": "2.0.15",
55
"devDependencies": {
66
"connect-busboy": "~0.0.2",
77
"eventemitter2": "~0.4.13",

0 commit comments

Comments
 (0)