Bumped to version 0.2.2
This commit is contained in:
parent
46c7c8776f
commit
c72ec41ef3
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||||
<addon id="plugin.video.peertube" name="PeerTube" version="0.2.1" provider-name="Cyrille Bollu">
|
<addon id="plugin.video.peertube" name="PeerTube" version="0.2.2" provider-name="Cyrille Bollu">
|
||||||
<requires>
|
<requires>
|
||||||
<import addon="xbmc.python" version="2.25.0"/>
|
<import addon="xbmc.python" version="2.25.0"/>
|
||||||
<import addon="script.module.addon.signals" version="0.0.3"/>
|
<import addon="script.module.addon.signals" version="0.0.3"/>
|
||||||
|
@ -20,6 +20,8 @@
|
||||||
<email>cyrille.bollu2@gmail.com</email>
|
<email>cyrille.bollu2@gmail.com</email>
|
||||||
<source>https://github.com/StCyr/plugin.video.peertube</source>
|
<source>https://github.com/StCyr/plugin.video.peertube</source>
|
||||||
<news>
|
<news>
|
||||||
|
0.2.2
|
||||||
|
Implemented the 'video sort method'
|
||||||
0.2.1
|
0.2.1
|
||||||
Fixed some bugs
|
Fixed some bugs
|
||||||
Added a 'video sort method' setting (functionality not implemented yet though)
|
Added a 'video sort method' setting (functionality not implemented yet though)
|
||||||
|
|
Loading…
Reference in New Issue