Skip to content

Commit c473349

Browse files
committed
🆙 Release v0.0.2
1 parent bd53540 commit c473349

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

ChangeLog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v0.0.2
2+
- Better support for 32bit platform
3+
- Drop Linux x86/x86 build from release
4+
15
v0.0.1
26
- Initial release
37
- Support Kodi 18.7 Leia

VS2019/pvr_client/pvr_client.rc

0 Bytes
Binary file not shown.

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.68])
5-
AC_INIT([pvrepgstation], [0.0.1], [Harekaze2 project])
5+
AC_INIT([pvrepgstation], [0.0.2], [Harekaze2 project])
66
AC_CONFIG_MACRO_DIR([m4])
77
AM_INIT_AUTOMAKE([foreign])
88
LT_INIT

template/pvr.epgstation/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"?>
2-
<addon id="pvr.epgstation" name="Harekaze (EPGStation PVR client)" version="0.0.1" provider-name="Harekaze project">
2+
<addon id="pvr.epgstation" name="Harekaze (EPGStation PVR client)" version="0.0.2" provider-name="Harekaze project">
33
<requires>
44
<import addon="kodi.binary.instance.pvr" version="5.10.0"/>
55
<import addon="kodi.binary.global.main" version="1.0.12"/>

0 commit comments

Comments
 (0)