Skip to content
This repository was archived by the owner on Dec 6, 2022. It is now read-only.

Commit

Permalink
Increase plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
avdynut committed Jul 15, 2019
1 parent 054082d commit 282a1b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AimpLyrics/AimpLyricsPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

namespace AimpLyrics
{
[AimpPlugin("AimpLyrics", "Andrey Arekhva", "0.0.1", AimpPluginType = AimpPluginType.Addons, Description = "Lyrics Plugin")]
[AimpPlugin("AimpLyrics", "Andrey Arekhva", "0.1.0", AimpPluginType = AimpPluginType.Addons, Description = "Lyrics Plugin")]
public class AimpLyricsPlugin : AimpPlugin
{
private LyricsWindow _lyricsWindow;
Expand Down
2 changes: 1 addition & 1 deletion AimpLyrics/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.0.1")]
[assembly: AssemblyVersion("0.1.0")]

0 comments on commit 282a1b8

Please sign in to comment.