diff --git a/changelog.txt b/changelog.txt index b14d9e6..746add5 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,7 @@ +-0.0.3 + admin oldal bérlet statisztika + admin oldal módosított menü + admin oldal vendég bérlet történet -0.0.2 alpha verzió -0.0.1 diff --git a/common/config/params.php b/common/config/params.php index 96cf988..a6e6005 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.2' + 'version' => 'v0.0.3' ];