Skip to content
This repository has been archived by the owner on Feb 29, 2020. It is now read-only.

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
brian91292 committed Oct 27, 2019
1 parent d0715d9 commit a899363
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class Plugin : IPlugin
private readonly TwitchLoginConfig TwitchLoginConfig = new TwitchLoginConfig();
public static readonly string ModuleName = "Stream Core";
public string Name => ModuleName;
public string Version => "2.1.4";
public string Version => "2.1.5";

private static readonly object _loggerLock = new object();
public static void Log(string text,
Expand Down
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// 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("2.1.4.0")]
[assembly: AssemblyFileVersion("2.1.4.0")]
[assembly: AssemblyVersion("2.1.5.0")]
[assembly: AssemblyFileVersion("2.1.5.0")]

0 comments on commit a899363

Please sign in to comment.