Skip to content

Commit

Permalink
Build 2.5.12 (proper)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaedb committed Feb 3, 2016
1 parent a801ef3 commit d279e21
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion mopidy_spotmop/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from services.auth import auth
from mopidy import config, ext

__version__ = '2.5.11'
__version__ = '2.5.12'
__ext_name__ = 'spotmop'
__verbosemode__ = False

Expand Down
3 changes: 1 addition & 2 deletions mopidy_spotmop/static/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -35849,8 +35849,7 @@ angular.module('spotmop.services.settings', [])
url: 'https://pypi.python.org/pypi/Mopidy-Spotmop/json'
})
.success(function( response ){
//deferred.resolve( response.info.version );
deferred.resolve( '2.5.12' );
deferred.resolve( response.info.version );
})
.error(function( response ){
NotifyService.error( response.error.message );
Expand Down
2 changes: 1 addition & 1 deletion mopidy_spotmop/static/app.min.js

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions src/app/settings/service.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,7 @@ angular.module('spotmop.services.settings', [])
url: 'https://pypi.python.org/pypi/Mopidy-Spotmop/json'
})
.success(function( response ){
//deferred.resolve( response.info.version );
deferred.resolve( '2.5.12' );
deferred.resolve( response.info.version );
})
.error(function( response ){
NotifyService.error( response.error.message );
Expand Down

0 comments on commit d279e21

Please sign in to comment.