Browse Source

Bump version to 1.2.2

Tim Fletcher 13 years ago
parent
commit
994f3d497c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ebin/oauth.app

+ 1 - 1
ebin/oauth.app

@@ -1,6 +1,6 @@
 {application, oauth, [
 {application, oauth, [
   {description, "An Erlang OAuth 1.0 implementation"},
   {description, "An Erlang OAuth 1.0 implementation"},
-  {vsn, "1.2.1"},
+  {vsn, "1.2.2"},
   {modules, [oauth]},
   {modules, [oauth]},
   {registered, []},
   {registered, []},
   {applications, [kernel, stdlib, crypto, public_key, inets]}
   {applications, [kernel, stdlib, crypto, public_key, inets]}