Просмотр исходного кода

Call this 1.0.1; update the .app file.

Tim Fletcher 14 лет назад
Родитель
Сommit
2c9269be68
1 измененных файлов с 3 добавлено и 2 удалено
  1. 3 2
      src/oauth.app

+ 3 - 2
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,