Update release version

This commit is contained in:
billz 2019-10-10 18:17:39 +01:00
parent 80c343080f
commit 976ae2a6bb
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
![](https://i.imgur.com/xeKD93p.png)
# `$ raspap-webgui` [![Release 1.6.1](https://img.shields.io/badge/Release-1.6.1-green.svg)](https://github.com/billz/raspap-webgui/releases) [![Awesome](https://awesome.re/badge.svg)](https://github.com/thibmaek/awesome-raspberry-pi)
# `$ raspap-webgui` [![Release 1.6.2](https://img.shields.io/badge/Release-1.6.2-green.svg)](https://github.com/billz/raspap-webgui/releases) [![Awesome](https://awesome.re/badge.svg)](https://github.com/thibmaek/awesome-raspberry-pi)
A simple, responsive web interface to control wifi, hostapd and related services on the Raspberry Pi.

View File

@ -1,6 +1,6 @@
<?php
define('RASPI_VERSION', '1.6.1');
define('RASPI_VERSION', '1.6.2');
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.1
* @version 1.6.2
* @link https://github.com/billz/raspap-webgui
* @see http://sirlagz.net/2013/02/08/raspap-webgui/
*/