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

Commit

Permalink
Version 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tocker committed Jan 21, 2016
1 parent d5a85cb commit 0ab87de
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.0.4",
"version": "2.0.5",
"homepage": "http://cloudinary.com",
"authors": [
{
Expand Down
4 changes: 2 additions & 2 deletions cloudinary-jquery-file-upload.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Cloudinary's JavaScript library - Version 2.0.4
* Cloudinary's JavaScript library - Version 2.0.5
* Copyright Cloudinary
* see https://github.com/cloudinary/cloudinary_js
*/
Expand Down Expand Up @@ -2203,7 +2203,7 @@
return 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, parentWidth;

VERSION = "2.0.4";
VERSION = "2.0.5";

CF_SHARED_CDN = "d3jpl91pxevbkh.cloudfront.net";

Expand Down
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.0.4",
"version": "2.0.5",
"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 0ab87de

Please sign in to comment.