bump to ver 2.1

pull/40/head
glen 4 years ago
parent 36559ad249
commit b422a41bb7

@ -1,6 +1,6 @@
![](https://i.imgur.com/mXuacOH.jpg)
# `$ Lokiap-webgui` [![Release 2.0](https://img.shields.io/badge/Release-2.0-green.svg)](https://github.com/necro-nemesis/raspap-webgui/releases)
# `$ Lokiap-webgui` [![Release 2.1](https://img.shields.io/badge/Release-2.1-green.svg)](https://github.com/necro-nemesis/raspap-webgui/releases)
LokiAP interfaces witht Lokinet daemon to facilitate connections to the Lokinet global privacy network. LokiAP provides a simple, responsive web interface to control wifi, hostapd, Lokinet daemon and related services necessary to access Lokinet on the Raspberry Pi or Orange Pi.

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

@ -12,7 +12,7 @@
*
* @author TechnicalTumbleweed (Loki->Discord/Telegram)
* @license GNU General Public License, version 3 (GPL-3.0)
* @version 2.0
* @version 2.1
* @link https://github.com/necro-nemesis/Lokiap-webgui
*/

Loading…
Cancel
Save