diff --git a/apps/spotrem/ChangeLog b/apps/spotrem/ChangeLog index d5e8c9351..0f4cd3483 100644 --- a/apps/spotrem/ChangeLog +++ b/apps/spotrem/ChangeLog @@ -10,3 +10,6 @@ when fastloading. 0.09: Don't send the gadgetbridge wake command twice. Once should do since we issue newline before GB commands. 0.10: Some refactoring to shorten the code. +0.11: Further refactoring to shorten the code. Fixed search and play that was + broken in v0.10. + diff --git a/apps/spotrem/metadata.json b/apps/spotrem/metadata.json index 531a4e5c4..a79c4e3b9 100644 --- a/apps/spotrem/metadata.json +++ b/apps/spotrem/metadata.json @@ -1,7 +1,7 @@ { "id": "spotrem", "name": "Remote for Spotify", - "version": "0.10", + "version": "0.11", "description": "Control spotify on your android device.", "readme": "README.md", "type": "app",