diff --git a/README.md b/README.md index 7d1ad6a..9d42fda 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ This is read-only demo with guest account enabled. ## Download precompiled build -- Latest: [v7.0.0](https://github.com/filegator/static/raw/master/builds/filegator_v7.0.0.zip) +- Latest: [v7.0.1](https://github.com/filegator/static/raw/master/builds/filegator_v7.0.1.zip) - Unzip files and upload them to your PHP server - Make sure you webserver can read and write to `/storage` and `/private` folders - Set the website document root to `/dist` directory. This is also known as 'public' folder. diff --git a/dist/index.php b/dist/index.php index 406144b..fe22210 100644 --- a/dist/index.php +++ b/dist/index.php @@ -35,7 +35,7 @@ if (! defined('APP_PUBLIC_PATH')) { } define('APP_PUBLIC_DIR', __DIR__); -define('APP_VERSION', '7.0.0'); +define('APP_VERSION', '7.0.1'); use Filegator\App; use Filegator\Config\Config; diff --git a/docs/install.md b/docs/install.md index 133f826..d045897 100644 --- a/docs/install.md +++ b/docs/install.md @@ -7,7 +7,7 @@ currentMenu: install ## Download precompiled build -- Latest: [v7.0.0](https://github.com/filegator/static/raw/master/builds/filegator_v7.0.0.zip) +- Latest: [v7.0.1](https://github.com/filegator/static/raw/master/builds/filegator_v7.0.1.zip) - Unzip files and upload them to your PHP server - Make sure you webserver can read and write to `/storage` and `/private` folders - Set the website document root to `/dist` directory. This is also known as 'public' folder.