Skip to content

Commit

Permalink
Bump version number, comments cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
karaluh committed May 24, 2020
1 parent d9b05a8 commit b032ef8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ScrobblerBrainz.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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.
}
Expand Down

0 comments on commit b032ef8

Please sign in to comment.