From 1440a5e46cad0ae1eedd76a76b1ae84c02f9b653 Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Wed, 19 Sep 2012 19:48:32 +0100 Subject: [PATCH 1/2] Added a .gitattributes file Signed-off-by: Alex Bilbie --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..2bed4430 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +tests/ export-ignore +phpunit.xml export-ignore +build.xml export-ignore +test export-ignore \ No newline at end of file From 7e009a2d02e0eae9364b24adde5df2d391755495 Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Wed, 19 Sep 2012 19:54:11 +0100 Subject: [PATCH 2/2] 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" }