Update release version

This commit is contained in:
billz 2019-10-31 09:14:10 +00:00
parent b72087db64
commit 23c60010b3
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
<?php
define('RASPI_VERSION', '1.6.2');
define('RASPI_VERSION', '2.0');
define('RASPI_CONFIG', '/etc/raspap');
define('RASPI_CONFIG_NETWORKING', RASPI_CONFIG.'/networking');
define('RASPI_ADMIN_DETAILS', RASPI_CONFIG.'/raspap.auth');

View file

@ -13,7 +13,7 @@
* @author Lawrence Yau <sirlagz@gmail.com>
* @author Bill Zimmerman <billzimmerman@gmail.com>
* @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/
*/

View file

@ -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"
},