From 23a9b2b88983a312117e1e4a58c75b31f95d71ac Mon Sep 17 00:00:00 2001 From: cytopia Date: Tue, 21 May 2019 09:21:59 +0200 Subject: [PATCH] Prepare Bugfix release --- .devilbox/www/config.php | 2 +- CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.devilbox/www/config.php b/.devilbox/www/config.php index cd7b74c2..dadaa6e3 100644 --- a/.devilbox/www/config.php +++ b/.devilbox/www/config.php @@ -13,7 +13,7 @@ error_reporting(-1); putenv('RES_OPTIONS=retrans:1 retry:1 timeout:1 attempts:1'); -$DEVILBOX_VERSION = 'v1.0.1'; +$DEVILBOX_VERSION = 'v1.0.2'; $DEVILBOX_DATE = '2019-05-21'; $DEVILBOX_API_PAGE = 'devilbox-api/status.json'; diff --git a/CHANGELOG.md b/CHANGELOG.md index 486a778c..d5c8accf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ major versions. -## [Unreleased] +## Bugfix Release v1.0.2 (2019-05-21) #### Fixed - Fixed various typos in documentation