Skip to content

Commit

Permalink
Bump to version 0.5.0
Browse files Browse the repository at this point in the history
Version 0.5.0 includes some new features.

New features:

* Add workaround for Spotify to get metadata
* Add `position` cli command to query and set position
* Add `position` property to Player and method to set position to
library
  • Loading branch information
acrisci committed Mar 20, 2016
1 parent f7b1be4 commit 9f5cc39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
m4_define([playerctl_major_version], [0])
m4_define([playerctl_minor_version], [4])
m4_define([playerctl_micro_version], [2])
m4_define([playerctl_minor_version], [5])
m4_define([playerctl_micro_version], [0])

m4_define([playerctl_version], [playerctl_major_version.playerctl_minor_version.playerctl_micro_version])

Expand Down

0 comments on commit 9f5cc39

Please sign in to comment.