Browse Source

Bump version to 1.1.1.

Tim Fletcher 14 years ago
parent
commit
18cee77847
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.1.0"},
+  {vsn, "1.1.1"},
   {modules, [
   {modules, [
     oauth,
     oauth,
     oauth_client,
     oauth_client,