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

Commit 912d09b

Browse files
committed
Version 2.0.2
1 parent ebd180d commit 912d09b

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-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.1",
3+
"version": "2.0.2",
44
"homepage": "http://cloudinary.com",
55
"authors": [
66
{

cloudinary-core.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Cloudinary's JavaScript library - Version 2.0.1
2+
* Cloudinary's JavaScript library - Version 2.0.2
33
* Copyright Cloudinary
44
* see https://github.com/cloudinary/cloudinary_js
55
*/
@@ -1019,6 +1019,7 @@
10191019
} else if (typeof exports === 'object') {
10201020
return module.exports = factory(require('configuration'), require('parameters'), require('util'));
10211021
} else {
1022+
root.cloudinary || (root.cloudinary = {});
10221023
return root.cloudinary.Transformation = factory(root.cloudinary.Configuration, root.cloudinary.parameters, root.cloudinary.Util);
10231024
}
10241025
})(this, function(Configuration, parameters, Util) {
@@ -2215,7 +2216,7 @@
22152216
return Cloudinary = (function() {
22162217
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;
22172218

2218-
VERSION = "2.0.1";
2219+
VERSION = "2.0.2";
22192220

22202221
CF_SHARED_CDN = "d3jpl91pxevbkh.cloudfront.net";
22212222

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.1",
3+
"version": "2.0.2",
44
"description": "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)