increased version number

This commit is contained in:
Martchus 2015-06-07 00:18:57 +02:00
parent e7f1de4138
commit f65e51d582
3 changed files with 3 additions and 3 deletions

View File

@ -31,7 +31,7 @@ int main(int argc, char *argv[])
QGuiApplication::setOrganizationName(QStringLiteral("Martchus"));
QGuiApplication::setOrganizationDomain(QStringLiteral("http://martchus.netai.net/"));
QGuiApplication::setApplicationName(QStringLiteral("Video Downloader"));
QGuiApplication::setApplicationVersion(QStringLiteral("1.0.6"));
QGuiApplication::setApplicationVersion(QStringLiteral("1.0.7"));
QApplication a(argc, argv);
QtUtilitiesResources::init();
Theme::setup();

View File

@ -1,5 +1,5 @@
pkgname=videodownloader
pkgver=1.0.6
pkgver=1.0.7
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc="A video downloader with Qt GUI (currently only YouTube is maintained)."

View File

@ -1,6 +1,6 @@
_name=videodownloader
pkgname=mingw-w64-videodownloader
pkgver=1.0.6
pkgver=1.0.7
pkgrel=1
arch=('any')
pkgdesc="A video downloader with Qt GUI (currently only YouTube is maintained, mingw-w64)."