Skip to content

Commit

Permalink
Version 2.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Amir Tocker committed Oct 26, 2016
1 parent 1df0e88 commit d5d1085
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

2.1.6 / 2016-10-26
==================

* Change client hints behavior. Fixes #107.
* Remove dependency on 'jquery.ui' Fixes #104.

2.1.5 / 2016-10-10
==================

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cloudinary",
"version": "2.1.5",
"version": "2.1.6",
"title": "Cloudinary jQuery Plugin",
"authors": [
{
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_js",
"version": "2.1.5",
"version": "2.1.6",
"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. Cloudinary's jQuery plugin allows direct uploading from the browser to the cloud and dynamic cloud-based image transformations and effects.",
"main": "js/jquery.cloudinary.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion src/cloudinary.coffee
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class Cloudinary
VERSION = "2.1.5"
VERSION = "2.1.6"
CF_SHARED_CDN = "d3jpl91pxevbkh.cloudfront.net"
OLD_AKAMAI_SHARED_CDN = "cloudinary-a.akamaihd.net"
AKAMAI_SHARED_CDN = "res.cloudinary.com"
Expand Down

0 comments on commit d5d1085

Please sign in to comment.