diff --git a/app/app.pro b/app/app.pro index f603a0c1..aae88c4a 100644 --- a/app/app.pro +++ b/app/app.pro @@ -111,10 +111,10 @@ FORMS += mainwindow.ui \ dlg_preferences.ui # Version infos -VERSION = 1.2.0 +VERSION = 1.2.1 DEFINES += VERSION_MAJOR=1 DEFINES += VERSION_MINOR=2 -DEFINES += VERSION_MICRO=0 +DEFINES += VERSION_MICRO=1 DEFINES += VERSION_STATUS=\\\"\\\" diff --git a/plugins/soundcloud/soundcloud.cpp b/plugins/soundcloud/soundcloud.cpp index 19129be4..ff8f7431 100644 --- a/plugins/soundcloud/soundcloud.cpp +++ b/plugins/soundcloud/soundcloud.cpp @@ -33,7 +33,7 @@ const PluginMetaData &SoundcloudPlugin::metaData() const meta.name = "Soundcloud"; meta.author = "Colin Duquesnoy"; meta.author_website = "https://github.com/ColinDuquesnoy"; - meta.version = "1.0"; + meta.version = "1.1"; meta.icon = QIcon(":/soundcloud/logo.png"); meta.description =tr( "

SoundCloud is a Swedish online audio distribution platform based in Berlin, Germany, "