From 2c9269be68fc6c7b7f14f38a84b00b63fb89aa8c Mon Sep 17 00:00:00 2001 From: Tim Fletcher Date: Fri, 26 Nov 2010 14:17:08 +0000 Subject: [PATCH] Call this 1.0.1; update the .app file. --- src/oauth.app | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/oauth.app b/src/oauth.app index 6357b9b..f368f9c 100644 --- a/src/oauth.app +++ b/src/oauth.app @@ -1,8 +1,9 @@ {application, oauth, [ - {description, "Erlang OAuth implementation"}, - {vsn, "dev"}, + {description, "An Erlang OAuth 1.0 implementation"}, + {vsn, "1.0.1"}, {modules, [ oauth, + oauth_client, oauth_hmac_sha1, oauth_http, oauth_plaintext,