From 03a82b31e43b3c3425a448991432936525d5295a Mon Sep 17 00:00:00 2001 From: ciaranj Date: Tue, 24 Apr 2012 22:26:10 +0100 Subject: [PATCH] Updating version to 0.9.7 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8d307ac..126a0ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name" : "oauth" , "description" : "Library for interacting with OAuth 1.0, 1.0A, 2 and Echo. Provides simplified client access and allows for construction of more complex apis and OAuth providers." -, "version" : "0.9.6" +, "version" : "0.9.7" , "directories" : { "lib" : "./lib" } , "main" : "index.js" , "author" : "Ciaran Jessup "