From 2dc91a1d93bd6bc54bda049677f193fe8d2860d5 Mon Sep 17 00:00:00 2001 From: Philip Lawrence Date: Mon, 25 Feb 2019 14:44:42 -0700 Subject: [PATCH] Update version number --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 49561a5..9c270c3 100644 --- a/README.md +++ b/README.md @@ -32,13 +32,13 @@ development help. Features include: Run the following command to install the latest: ```bash -$ composer require "misterphilip/maintenance-mode=1.2.*" +$ composer require "misterphilip/maintenance-mode=1.3.*" ``` Or, if you prefer installing it manually, within `composer.json` add the following line to the end of the `require` section: ```json -"misterphilip/maintenance-mode": "1.2.*" +"misterphilip/maintenance-mode": "1.3.*" ``` And then run the Composer install command: