Skip to content

Commit

Permalink
Increment version to v1.0.8: Admin API update method. Admin API listi…
Browse files Browse the repository at this point in the history
…ng by moderation kind and status. Add support for direction in resource listing. Support for uploading large raw files.
  • Loading branch information
nadavs committed Feb 27, 2014
1 parent 18b5dc5 commit 04121e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/utils.coffee
Expand Up @@ -8,7 +8,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.0.7"
exports.VERSION = "1.0.8"
exports.USER_AGENT = "cld-node-#{exports.VERSION}"

exports.timestamp = ->
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"author": "Cloudinary <info@cloudinary.com>",
"name": "cloudinary",
"description": "Cloudinary NPM for node.js integration",
"version": "1.0.7",
"version": "1.0.8",
"homepage": "http://cloudinary.com",
"repository": {
"type": "git",
Expand Down

0 comments on commit 04121e8

Please sign in to comment.