From 7e009a2d02e0eae9364b24adde5df2d391755495 Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Wed, 19 Sep 2012 19:54:11 +0100 Subject: [PATCH] Version number bump + email change Signed-off-by: Alex Bilbie --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 5d8aa30d..6c6ef26b 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "lncd/Oauth2", "description": "OAuth 2.0 Framework", - "version": "0.2.2", + "version": "0.2.3", "homepage": "https://github.com/lncd/OAuth2", "license": "MIT", "require": { @@ -27,7 +27,7 @@ "authors": [ { "name": "Alex Bilbie", - "email": "oauth2server@alexbilbie.com", + "email": "oauth2@alexbilbie.com", "homepage": "http://www.httpster.org", "role": "Developer" }