mirror of
https://github.com/openbullet/openbullet.git
synced 2023-10-21 07:33:42 -05:00
Bumped version to 1.0.1.
This commit is contained in:
@@ -32,7 +32,7 @@ namespace OpenBullet
|
||||
public static class Globals
|
||||
{
|
||||
// Version
|
||||
public static string obVersion = "1.0.0";
|
||||
public static string obVersion = "1.0.1";
|
||||
|
||||
// Main Window
|
||||
public static MainWindow mainWindow;
|
||||
|
||||
@@ -33,7 +33,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.0.0";
|
||||
private string version = "1.0.1";
|
||||
/// <summary>The version of RuriLib the Config was made with.</summary>
|
||||
public string Version { get { return version; } set { version = value; OnPropertyChanged(); } }
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user