Skip to content

Commit 695a619

Browse files
committed
Change Release to 1.4.0
1 parent 9e75956 commit 695a619

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# OpenVPN WebAdmin 1.3.0
1+
# OpenVPN WebAdmin 1.4.0
22

33
You lock your front door. But why do you leave the back entrances open? This is the same with almost all Internet accesses to your IoT, webcams and other devices.
44

55
Create and manage your virtual private network via web browser and OpenVPN. This system is a simple and easy method for your private user manager. The system is suitable for families, shared flats or companies that value free software. If you want to become independent from big cloud providers, if you really care about the security of your data without having to reveal the communication to secret services or data collectors, you will find your way with this system.
66

77
![GitHub OpenVPN-WebAdmin last commit](https://img.shields.io/github/last-commit/Wutze/OpenVPN-WebAdmin?style=plastic)
88
![GitHub OpenVPN-WebAdmin repo size](https://img.shields.io/github/repo-size/Wutze/OpenVPN-WebAdmin?style=plastic)
9-
![GitHub OpenVPN-WebAdmin commits since latest release](https://img.shields.io/github/commits-since/Wutze/OpenVPN-WebAdmin/1.3.0?style=plastic)
9+
![GitHub OpenVPN-WebAdmin commits since latest release](https://img.shields.io/github/commits-since/Wutze/OpenVPN-WebAdmin/1.4.0?style=plastic)
1010
![OpenVPN-WebAdmin Stable Branch](https://img.shields.io/badge/Master-Stable%20Branch-green)
1111
![OpenVPN-WebAdmin Development Branch](https://img.shields.io/badge/Devel-Development%20Branch-yellow)
1212

install.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# @copyright 2020 OpenVPN-WebAdmin
1515
# @link https://github.com/Wutze/OpenVPN-WebAdmin
1616
# @see Internal Documentation ~/doc/
17-
# @version 1.3.0
17+
# @version 1.4.0
1818
# @todo new issues report here please https://github.com/Wutze/OpenVPN-WebAdmin/issues
1919

2020
# debug
@@ -597,7 +597,7 @@ write_config(){
597597
fi
598598

599599
{
600-
echo "VERSION=\"1.3.0\""
600+
echo "VERSION=\"1.4.0\""
601601
echo "DBHOST=\"$db_host\""
602602
echo "DBUSER=\"$mysql_user\""
603603
echo "DBNAME=\"$db_name\""
@@ -641,7 +641,7 @@ write_config(){
641641
* @copyright 2020 OpenVPN-WebAdmin
642642
* @link https://github.com/Wutze/OpenVPN-WebAdmin
643643
* @see Internal Documentation ~/doc/
644-
* @version 1.3.0
644+
* @version 1.4.0
645645
* @todo new issues report here please https://github.com/Wutze/OpenVPN-WebAdmin/issues
646646
*/
647647

0 commit comments

Comments
 (0)