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

Bump version to 1.1.0; at least R14B now required for RSA-SHA1.

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

+ 1 - 1
README.txt

@@ -31,4 +31,4 @@ Example client/server code is at http://github.com/tim/erlang-oauth-examples.
 
 Unit tests are at http://github.com/tim/erlang-oauth-tests.
 
-Erlang R12B-5 or greater is required for RSA-SHA1.
+Erlang/OTP R14B or greater is required for RSA-SHA1.

+ 1 - 1
ebin/oauth.app

@@ -1,6 +1,6 @@
 {application, oauth, [
   {description, "An Erlang OAuth 1.0 implementation"},
-  {vsn, "1.0.2"},
+  {vsn, "1.1.0"},
   {modules, [
     oauth,
     oauth_client,