Skip to content
This repository was archived by the owner on Mar 12, 2023. It is now read-only.

Commit

Permalink
Version 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Lamby committed Dec 28, 2014
1 parent d981c76 commit 356d2ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.

AC_PREREQ([2.69])
AC_INIT([deadbeef-mpris2-plugin], [1.4], [[email protected]])
AC_INIT([deadbeef-mpris2-plugin], [1.5], [[email protected]])
AC_CONFIG_SRCDIR([src/mpris.c])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
Expand Down
2 changes: 1 addition & 1 deletion src/mpris.c
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ DB_misc_t plugin = {
.plugin.api_vminor = DB_API_VERSION_MINOR,
.plugin.type = DB_PLUGIN_MISC,
.plugin.version_major = 1,
.plugin.version_minor = 4,
.plugin.version_minor = 5,
.plugin.id = "mpris",
.plugin.name ="MPRISv2 plugin",
.plugin.descr = "Communicate with other applications using D-Bus.",
Expand Down

0 comments on commit 356d2ee

Please sign in to comment.