Skip to content

Commit 16794f0

Browse files
author
Brian Hornsby
committed
Updated version number and changelog.
Updated .gitignore.
1 parent 1a88f6f commit 16794f0

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
resources/*.pyc
22
resources/lib/*.pyc
33
*.pyc
4+
*.pyo

addon.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2-
<addon id="script.openvpn" name="OpenVPN" version="2.1.0" provider-name="brianhornsby">
2+
<addon id="script.openvpn" name="OpenVPN" version="3.0.0" provider-name="brianhornsby">
33
<requires>
44
<import addon="xbmc.python" version="2.1.0"/>
55
<import addon="script.module.beautifulsoup" version="3.0.8"/>

changelog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
*** 3.0.0 ***
2+
Updated plugin to use Kodi name. Updated copyright date. [1a88f6f]
3+
14
*** 2.1.0 ***
25
Updated xbmc.python version. Fixed issue with reading running OpenVPN configuration on OpenELEC. [0e132c6]
36
Changed country flag images to https://github.com/koppi/iso-country-flags-svg-collection. [3dc6b7e]

0 commit comments

Comments
 (0)