Bumped version to 1.2.1

This commit is contained in:
ruri
2020-03-19 03:51:32 +01:00
parent 82f8d9071b
commit cd95e32f62
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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)>();
+1 -1
View File
@@ -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(); } }