diff --git a/WeeXnes/Core/Globals.cs b/WeeXnes/Core/Globals.cs
index 572a4bc..aa2f9d7 100644
--- a/WeeXnes/Core/Globals.cs
+++ b/WeeXnes/Core/Globals.cs
@@ -16,7 +16,7 @@ namespace WeeXnes.Core
public static string encryptionKey = "8zf5#RdyQ]$4x4_";
public static string AppDataPath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), "WeeXnes");
public static string SettingsFileName = "settings.ini";
- public static string version = "3.6.4";
+ public static string version = "3.6.6";
public static bool info_isRpcRunning = false;
public static bool info_RpcAutoStart;
public static string apiUrl = "http://weexnes.com:5169/";
diff --git a/WeeXnes/MVVM/View/KeyManagerView.xaml b/WeeXnes/MVVM/View/KeyManagerView.xaml
index 9a24634..261fdaa 100644
--- a/WeeXnes/MVVM/View/KeyManagerView.xaml
+++ b/WeeXnes/MVVM/View/KeyManagerView.xaml
@@ -45,6 +45,7 @@
+
-
+
+ Background="#1c1e23" Tag="Name"/>
+ Background="#1c1e23" Tag="Value"/>
+ />
diff --git a/WeeXnes/MainWindow.xaml b/WeeXnes/MainWindow.xaml
index f3d5ad4..c4e6130 100644
--- a/WeeXnes/MainWindow.xaml
+++ b/WeeXnes/MainWindow.xaml
@@ -52,7 +52,13 @@
-
+
diff --git a/WeeXnes/WeeXnes.csproj b/WeeXnes/WeeXnes.csproj
index 6fa4d94..6786c57 100644
--- a/WeeXnes/WeeXnes.csproj
+++ b/WeeXnes/WeeXnes.csproj
@@ -4,7 +4,7 @@
Debug
AnyCPU
- 3.6.5
+ 3.6.6
{4B33CEE7-C74D-43B9-B99A-8B273D5195BC}
WinExe
WeeXnes