From 23c60010b32d9e08ed949f68623b4427c2cc8c4e Mon Sep 17 00:00:00 2001 From: billz Date: Thu, 31 Oct 2019 09:14:10 +0000 Subject: [PATCH] Update release version --- includes/config.php | 2 +- index.php | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/includes/config.php b/includes/config.php index aac623e3..1522e850 100755 --- a/includes/config.php +++ b/includes/config.php @@ -1,6 +1,6 @@ * @author Bill Zimmerman * @license GNU General Public License, version 3 (GPL-3.0) - * @version 1.6.2 + * @version 2.0 * @link https://github.com/billz/raspap-webgui * @see http://sirlagz.net/2013/02/08/raspap-webgui/ */ diff --git a/package.json b/package.json index 319d40c7..b834348b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "title": "RaspAP WiFi Configuration Portal", "name": "raspap-webgui", - "version": "1.6.1", + "version": "2.0", "scripts": { "start": "node_modules/.bin/gulp watch" },