From 6942f607977fb62c86acd216c6caa5237f60f399 Mon Sep 17 00:00:00 2001 From: ciaranj Date: Wed, 23 Jun 2010 19:59:59 +0100 Subject: [PATCH] Bumping version 0.7.4 --- Readme.md | 8 ++++---- package.json | 5 +++++ seed.yml | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) create mode 100644 package.json diff --git a/Readme.md b/Readme.md index 764b4c5..f111b0b 100644 --- a/Readme.md +++ b/Readme.md @@ -9,8 +9,8 @@ at express-auth (http://github.com/ciaranj/express-auth) Change History ============== - 0.7.3 - OAuth 2 now sends a Content-Length Http header to keep nginx happy :) - 0.7.2 - Fixes some broken unit tests! - 0.7.0 - Introduces support for HTTPS end points and callback URLS for OAuth 1.0A and Oauth 2 (Please be aware that this was a breaking change to the constructor arguments order) - +* 0.7.4 - Minor change to add an error listener to the OAuth client (thanks troyk) +* 0.7.3 - OAuth 2 now sends a Content-Length Http header to keep nginx happy :) +* 0.7.2 - Fixes some broken unit tests! +* 0.7.0 - Introduces support for HTTPS end points and callback URLS for OAuth 1.0A and Oauth 2 (Please be aware that this was a breaking change to the constructor arguments order) diff --git a/package.json b/package.json new file mode 100644 index 0000000..abb6ea8 --- /dev/null +++ b/package.json @@ -0,0 +1,5 @@ +{ "name" : "oauth" +, "version" : "0.7.4" +, "directories" : { "lib" : "./lib" } +, "author" : "Ciaran Jessup" +} \ No newline at end of file diff --git a/seed.yml b/seed.yml index bbcecfa..8f3bc00 100644 --- a/seed.yml +++ b/seed.yml @@ -1,4 +1,4 @@ --- name: oauth description: An implementation of an OAuth client. - version: 0.7.3 + version: 0.7.4