mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-25 09:00:25 +00:00
Update release version
This commit is contained in:
parent
b72087db64
commit
23c60010b3
3 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
define('RASPI_VERSION', '1.6.2');
|
define('RASPI_VERSION', '2.0');
|
||||||
define('RASPI_CONFIG', '/etc/raspap');
|
define('RASPI_CONFIG', '/etc/raspap');
|
||||||
define('RASPI_CONFIG_NETWORKING', RASPI_CONFIG.'/networking');
|
define('RASPI_CONFIG_NETWORKING', RASPI_CONFIG.'/networking');
|
||||||
define('RASPI_ADMIN_DETAILS', RASPI_CONFIG.'/raspap.auth');
|
define('RASPI_ADMIN_DETAILS', RASPI_CONFIG.'/raspap.auth');
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
* @author Lawrence Yau <sirlagz@gmail.com>
|
* @author Lawrence Yau <sirlagz@gmail.com>
|
||||||
* @author Bill Zimmerman <billzimmerman@gmail.com>
|
* @author Bill Zimmerman <billzimmerman@gmail.com>
|
||||||
* @license GNU General Public License, version 3 (GPL-3.0)
|
* @license GNU General Public License, version 3 (GPL-3.0)
|
||||||
* @version 1.6.2
|
* @version 2.0
|
||||||
* @link https://github.com/billz/raspap-webgui
|
* @link https://github.com/billz/raspap-webgui
|
||||||
* @see http://sirlagz.net/2013/02/08/raspap-webgui/
|
* @see http://sirlagz.net/2013/02/08/raspap-webgui/
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"title": "RaspAP WiFi Configuration Portal",
|
"title": "RaspAP WiFi Configuration Portal",
|
||||||
"name": "raspap-webgui",
|
"name": "raspap-webgui",
|
||||||
"version": "1.6.1",
|
"version": "2.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node_modules/.bin/gulp watch"
|
"start": "node_modules/.bin/gulp watch"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue