Call this 1.0.1; update the .app file.
Project: http://git-wip-us.apache.org/repos/asf/couchdb-oauth/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-oauth/commit/2c9269be Tree: http://git-wip-us.apache.org/repos/asf/couchdb-oauth/tree/2c9269be Diff: http://git-wip-us.apache.org/repos/asf/couchdb-oauth/diff/2c9269be Branch: refs/heads/import Commit: 2c9269be68fc6c7b7f14f38a84b00b63fb89aa8c Parents: cec39b1 Author: Tim Fletcher <[email protected]> Authored: Fri Nov 26 14:17:08 2010 +0000 Committer: Tim Fletcher <[email protected]> Committed: Fri Nov 26 14:17:08 2010 +0000 ---------------------------------------------------------------------- src/oauth.app | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-oauth/blob/2c9269be/src/oauth.app ---------------------------------------------------------------------- diff --git a/src/oauth.app b/src/oauth.app index 6357b9b..f368f9c 100644 --- a/src/oauth.app +++ b/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,
