Skip to content

Commit 976ae2a

Browse files
committed
Update release version
1 parent 80c3430 commit 976ae2a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
![](https://i.imgur.com/xeKD93p.png)
2-
# `$ 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)
2+
# `$ 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)
33

44
A simple, responsive web interface to control wifi, hostapd and related services on the Raspberry Pi.
55

includes/config.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
define('RASPI_VERSION', '1.6.1');
3+
define('RASPI_VERSION', '1.6.2');
44
define('RASPI_CONFIG', '/etc/raspap');
55
define('RASPI_CONFIG_NETWORKING', RASPI_CONFIG.'/networking');
66
define('RASPI_ADMIN_DETAILS', RASPI_CONFIG.'/raspap.auth');

index.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* @author Lawrence Yau <[email protected]>
1414
* @author Bill Zimmerman <[email protected]>
1515
* @license GNU General Public License, version 3 (GPL-3.0)
16-
* @version 1.6.1
16+
* @version 1.6.2
1717
* @link https://github.com/billz/raspap-webgui
1818
* @see http://sirlagz.net/2013/02/08/raspap-webgui/
1919
*/

0 commit comments

Comments
 (0)