Browse Source

Call this 1.0.1; update the .app file.

Tim Fletcher 14 years ago
parent
commit
2c9269be68
1 changed files with 3 additions and 2 deletions
  1. 3 2
      src/oauth.app

+ 3 - 2
src/oauth.app

@@ -1,8 +1,9 @@
 {application, oauth, [
 {application, oauth, [
-  {description, "Erlang OAuth implementation"},
-  {vsn, "dev"},
+  {description, "An Erlang OAuth 1.0 implementation"},
+  {vsn, "1.0.1"},
   {modules, [
   {modules, [
     oauth,
     oauth,
+    oauth_client,
     oauth_hmac_sha1,
     oauth_hmac_sha1,
     oauth_http,
     oauth_http,
     oauth_plaintext,
     oauth_plaintext,