Bump version requirement to PyOtherSide 1.3

This allows us to put gPodder's QML and Python code into qrc.
This commit is contained in:
Thomas Perl 2014-11-07 23:19:32 +01:00
parent d175939158
commit 234d268b04
2 changed files with 2 additions and 2 deletions

2
README
View file

@ -17,5 +17,5 @@ Package Min.Version URL
Qt 5.1.0 http://qt-project.org/ Qt 5.1.0 http://qt-project.org/
Qt Multimedia 5.1.0 http://qt-project.org/ Qt Multimedia 5.1.0 http://qt-project.org/
Python 3.2.0 http://python.org/ Python 3.2.0 http://python.org/
PyOtherSide 1.1.0 http://thp.io/2011/pyotherside/ PyOtherSide 1.3.0 http://thp.io/2011/pyotherside/
gPodder Core 4.0.0 http://gpodder.org/ gPodder Core 4.0.0 http://gpodder.org/

View file

@ -19,7 +19,7 @@
*/ */
import QtQuick 2.0 import QtQuick 2.0
import io.thp.pyotherside 1.0 import io.thp.pyotherside 1.3
Python { Python {