diff --git a/lib/utils.coffee b/lib/utils.coffee index 99d2fabd..935e9ae0 100644 --- a/lib/utils.coffee +++ b/lib/utils.coffee @@ -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 = -> diff --git a/package.json b/package.json index af1b7737..6442ecbf 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "Cloudinary ", "name": "cloudinary", "description": "Cloudinary NPM for node.js integration", - "version": "1.0.7", + "version": "1.0.8", "homepage": "http://cloudinary.com", "repository": { "type": "git",