Skip to content
This repository was archived by the owner on Apr 8, 2021. It is now read-only.

Commit 49193a1

Browse files
committed
Version 2.0.5
1 parent cc37a37 commit 49193a1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloudinary-core",
3-
"version": "2.0.4",
3+
"version": "2.0.5",
44
"homepage": "http://cloudinary.com",
55
"authors": [
66
{

cloudinary-core.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Cloudinary's JavaScript library - Version 2.0.4
2+
* Cloudinary's JavaScript library - Version 2.0.5
33
* Copyright Cloudinary
44
* see https://github.com/cloudinary/cloudinary_js
55
*/
@@ -2216,7 +2216,7 @@
22162216
return Cloudinary = (function() {
22172217
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;
22182218

2219-
VERSION = "2.0.4";
2219+
VERSION = "2.0.5";
22202220

22212221
CF_SHARED_CDN = "d3jpl91pxevbkh.cloudfront.net";
22222222

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloudinary-core",
3-
"version": "2.0.4",
3+
"version": "2.0.5",
44
"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.",
55
"main": "cloudinary-core.js",
66
"repository": {

0 commit comments

Comments
 (0)