From c2f3cff83ad8b56d81c7dfca668f3beb18bca3e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20Lindstr=C3=B6m?= Date: Sun, 19 May 2013 12:05:23 +0200 Subject: [PATCH] Bump charts and newreleases version --- src/infoplugins/generic/charts/ChartsPlugin.cpp | 2 +- src/infoplugins/generic/newreleases/NewReleasesPlugin.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/infoplugins/generic/charts/ChartsPlugin.cpp b/src/infoplugins/generic/charts/ChartsPlugin.cpp index 0a77d1695..dd76dc1f7 100644 --- a/src/infoplugins/generic/charts/ChartsPlugin.cpp +++ b/src/infoplugins/generic/charts/ChartsPlugin.cpp @@ -55,7 +55,7 @@ ChartsPlugin::ChartsPlugin() { tDebug( LOGVERBOSE ) << Q_FUNC_INFO << QThread::currentThread(); - m_chartVersion = "2.6.5"; + m_chartVersion = "2.6.6"; m_supportedGetTypes << InfoChart << InfoChartCapabilities; m_cacheIdentifier = TomahawkUtils::md5( QString("ChartsPlugin" + m_chartVersion ).toUtf8() ); } diff --git a/src/infoplugins/generic/newreleases/NewReleasesPlugin.cpp b/src/infoplugins/generic/newreleases/NewReleasesPlugin.cpp index 75992ba6a..f6296268f 100644 --- a/src/infoplugins/generic/newreleases/NewReleasesPlugin.cpp +++ b/src/infoplugins/generic/newreleases/NewReleasesPlugin.cpp @@ -64,7 +64,7 @@ NewReleasesPlugin::NewReleasesPlugin() : InfoPlugin() , m_nrFetchJobs( 0 ) { - m_nrVersion = "0.5"; + m_nrVersion = "0.5.1"; m_supportedGetTypes << InfoNewReleaseCapabilities << InfoNewRelease; }