Skip to content

Commit

Permalink
Update version to 1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tocker committed Oct 14, 2015
1 parent 5e4d4f2 commit e5947db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/utils.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Cloudinary <[email protected]>",
"name": "cloudinary",
"description": "Cloudinary NPM for node.js integration",
"version": "1.2.4",
"version": "1.2.5",
"homepage": "http://cloudinary.com",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/utils.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ exports.OLD_AKAMAI_SHARED_CDN = "cloudinary-a.akamaihd.net"
exports.AKAMAI_SHARED_CDN = "res.cloudinary.com"
exports.SHARED_CDN = exports.AKAMAI_SHARED_CDN

exports.VERSION = "1.2.4"
exports.VERSION = "1.2.5"
exports.USER_AGENT = "cld-node-#{exports.VERSION}"

DEFAULT_RESPONSIVE_WIDTH_TRANSFORMATION = {width: "auto", crop: "limit"}
Expand Down

0 comments on commit e5947db

Please sign in to comment.