From b032ef8185ad820835cb671c2fd254d417834ec2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20J=C4=99drzejczyk?= Date: Sun, 24 May 2020 17:11:18 +0200 Subject: [PATCH] Bump version number, comments cleanup. --- ScrobblerBrainz.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ScrobblerBrainz.cs b/ScrobblerBrainz.cs index 08cec7c..614f4e2 100644 --- a/ScrobblerBrainz.cs +++ b/ScrobblerBrainz.cs @@ -43,8 +43,8 @@ public PluginInfo Initialise(IntPtr apiInterfacePtr) // Plugin version: about.VersionMajor = 0; - about.VersionMinor = 0; - about.Revision = 1; + about.VersionMinor = 1; + about.Revision = 0; about.MinInterfaceVersion = 30; about.MinApiRevision = 40; @@ -152,7 +152,7 @@ public void ReceiveNotification(string sourceFileUrl, NotificationType type) } } } - catch // Handle the exception of connectivity issues. + catch // Handle the connectivity issues exception. { // Do nothing, the file will be re-scrobbled on the next run. }