Skip to content
This repository has been archived by the owner on May 3, 2019. It is now read-only.

Commit

Permalink
Bump application version to 1.2.1 and soundclound plugin version to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinDuquesnoy committed Mar 28, 2015
1 parent 7b5ceac commit cff631d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/app.pro
Original file line number Diff line number Diff line change
Expand Up @@ -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=\\\"\\\"


Expand Down
2 changes: 1 addition & 1 deletion plugins/soundcloud/soundcloud.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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(
"<p><strong>SoundCloud</strong> is a Swedish online audio distribution platform based in Berlin, Germany, "
Expand Down

0 comments on commit cff631d

Please sign in to comment.