Skip to content
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.

Commit

Permalink
Version 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Amir Tocker committed Jun 30, 2016
1 parent d3747f5 commit d4d3649
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cloudinary-jquery-file-upload",
"version": "2.1.0",
"version": "2.1.1",
"homepage": "http://cloudinary.com",
"authors": [
{
Expand Down
8 changes: 4 additions & 4 deletions cloudinary-jquery-file-upload.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/**
* Cloudinary's JavaScript library - Version 2.1.0
* Cloudinary's JavaScript library - Version 2.1.1
* Copyright Cloudinary
* see https://github.com/cloudinary/cloudinary_js
*
Expand Down Expand Up @@ -2847,7 +2847,7 @@ var extend = function(child, parent) { for (var key in parent) { if (hasProp.cal
Cloudinary = (function() {
var AKAMAI_SHARED_CDN, CF_SHARED_CDN, DEFAULT_POSTER_OPTIONS, DEFAULT_VIDEO_SOURCE_TYPES, OLD_AKAMAI_SHARED_CDN, SHARED_CDN, VERSION, absolutize, applyBreakpoints, cdnSubdomainNumber, closestAbove, cloudinaryUrlPrefix, defaultBreakpoints, finalizeResourceType, findContainerWidth, maxWidth, updateDpr;

VERSION = "2.1.0";
VERSION = "2.1.1";

CF_SHARED_CDN = "d3jpl91pxevbkh.cloudfront.net";

Expand Down Expand Up @@ -4063,10 +4063,10 @@ var extend = function(child, parent) { for (var key in parent) { if (hasProp.cal
TextLayer: TextLayer,
SubtitlesLayer: SubtitlesLayer,
Cloudinary: Cloudinary,
VERSION: "2.1.0",
VERSION: "2.1.1",
CloudinaryJQuery: CloudinaryJQuery
};
return cloudinary;
});

//# sourceMappingURL=cloudinary-jquery-file-upload.js.map

5 changes: 3 additions & 2 deletions cloudinary-jquery-file-upload.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cloudinary-jquery-file-upload.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cloudinary-jquery-file-upload",
"version": "2.1.0",
"version": "2.1.1",
"description": "Cloudinary Client Side JS library. Cloudinary streamlines your web application’s image manipulation needs. Cloudinary's cloud-based servers automate image uploading, resizing, cropping, optimizing, sprite generation and more. Cloudinary's jQuery File Upload plugin allows direct uploading from the browser to the cloud and dynamic cloud-based image transformations and effects.",
"main": "cloudinary-jquery-file-upload.js",
"files": ["*.js"],
Expand Down

0 comments on commit d4d3649

Please sign in to comment.