From bf1553e97cc0950a0db5e4291bfff661104172a0 Mon Sep 17 00:00:00 2001 From: Roland Schneider Date: Fri, 1 Jan 2016 21:19:09 +0100 Subject: [PATCH] change version to v.0.0.12 --- changelog.txt | 2 ++ common/config/params.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index ab4e3d2..d9dc945 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,5 @@ +-0.0.12 + - change formatter timezone -0.0.11 - add daily transfers - add global reception word listener diff --git a/common/config/params.php b/common/config/params.php index 2a10d8f..487f486 100644 --- a/common/config/params.php +++ b/common/config/params.php @@ -3,5 +3,5 @@ return [ 'adminEmail' => 'rocho02@gmail.com', 'supportEmail' => 'rocho02@gmail.com', 'user.passwordResetTokenExpire' => 3600, - 'version' => 'v0.0.11' + 'version' => 'v0.0.12' ];