Skip to content

Commit

Permalink
Update version and release date
Browse files Browse the repository at this point in the history
  • Loading branch information
kingosticks committed Mar 26, 2015
1 parent cfa6225 commit 464707c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Project resources
Changelog
=========

v1.2 (25-3-2015)
v2.0 (26-3-2015)
----------------
- Pausing a stream will now actually stop it.
- Fix keyboard shortcuts in some browsers.
Expand Down
2 changes: 1 addition & 1 deletion mopidy_musicbox_webclient/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from mopidy import config, ext

__version__ = '1.0.4'
__version__ = '2.0.0'


class MusicBoxExtension(ext.Extension):
Expand Down

0 comments on commit 464707c

Please sign in to comment.