From b749247965e38bfbc857cc0c834f72e436bb4d24 Mon Sep 17 00:00:00 2001 From: Chrysweel Date: Fri, 22 May 2015 13:17:53 +0200 Subject: [PATCH] update version ChateaclientLib 0.1.2 --- CHANGELOG-0.1.md | 3 ++- composer.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG-0.1.md b/CHANGELOG-0.1.md index f2a781a..c4b07f1 100644 --- a/CHANGELOG-0.1.md +++ b/CHANGELOG-0.1.md @@ -70,4 +70,5 @@ To get the diff between two versions, go to https://github.com/antwebes/ChateaCl * Fix error with translations in confirm-email page * Include branch userProfile, now user register and register profile, and photo with ajax * Update version ChateaSecureBundle - * When API calls the comfirmed URL now the data of the user is taken by refresh token from the API \ No newline at end of file + * When API calls the comfirmed URL now the data of the user is taken by refresh token from the API + * Update version chateaClientLib v0.1.2 \ No newline at end of file diff --git a/composer.json b/composer.json index 2eb7a4b..38144da 100755 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "require" : { "symfony/framework-bundle" : "~2.3", "antwebes/chatea-common" : "0.1.0", - "antwebes/chatea-client-lib" : "0.1.1", + "antwebes/chatea-client-lib" : "0.1.2", "antwebes/chatea-secure-bundle" : "0.1.4", "excelwebzone/recaptcha-bundle" : "2.3.*@dev" },