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

Commit

Permalink
Merge pull request #4 from ColinDuquesnoy/bugfix/grooveshark
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinDuquesnoy committed Mar 12, 2015
2 parents c1aef31 + f8fa482 commit a5862b6
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 @@ -110,10 +110,10 @@ FORMS += mainwindow.ui \
dlg_preferences.ui

# Version infos
VERSION = 1.0.0
VERSION = 1.1.1
DEFINES += VERSION_MAJOR=1
DEFINES += VERSION_MINOR=1
DEFINES += VERSION_MICRO=0
DEFINES += VERSION_MICRO=1
DEFINES += VERSION_STATUS=\\\"\\\"


Expand Down
2 changes: 1 addition & 1 deletion plugins/grooveshark/grooveshark.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ bool GroovesharkPlugin::flashRequired()
//---------------------------------------------------------
QUrl GroovesharkPlugin::url() const
{
return QUrl("http://grooveshark.com");
return QUrl("http://retro.grooveshark.com");
}

//---------------------------------------------------------
Expand Down

0 comments on commit a5862b6

Please sign in to comment.