Skip to content

Commit 9f5cc39

Browse files
author
Tony Crisci
committed
Bump to version 0.5.0
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
1 parent f7b1be4 commit 9f5cc39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
m4_define([playerctl_major_version], [0])
2-
m4_define([playerctl_minor_version], [4])
3-
m4_define([playerctl_micro_version], [2])
2+
m4_define([playerctl_minor_version], [5])
3+
m4_define([playerctl_micro_version], [0])
44

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

0 commit comments

Comments
 (0)