mirror of
https://github.com/openbullet/openbullet.git
synced 2023-10-21 07:33:42 -05:00
Bumped version to 1.2.1
This commit is contained in:
+1
-1
@@ -24,7 +24,7 @@ namespace OpenBullet
|
||||
Alerter = Alerter
|
||||
};
|
||||
|
||||
public static string Version => "1.2.0";
|
||||
public static string Version => "1.2.1";
|
||||
|
||||
// Block Mappings (including Plugins)
|
||||
public static List<(Type, Type, Color)> BlockMappings = new List<(Type, Type, Color)>();
|
||||
|
||||
@@ -46,7 +46,7 @@ namespace RuriLib
|
||||
/// <summary>The name of the Author of the Config.</summary>
|
||||
public string Author { get { return author; } set { author = value; OnPropertyChanged(); } }
|
||||
|
||||
private string version = "1.2.0";
|
||||
private string version = "1.2.1";
|
||||
/// <summary>The version of RuriLib the Config was made with.</summary>
|
||||
public string Version { get { return version; } set { version = value; OnPropertyChanged(); } }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user