diff --git a/GARbro.GUI.csproj b/GARbro.GUI.csproj
index 18915791..01222f28 100644
--- a/GARbro.GUI.csproj
+++ b/GARbro.GUI.csproj
@@ -25,8 +25,8 @@
false
false
true
- 1
- 1.0.0.%2a
+ 0
+ 1.0.1.%2a
false
true
true
diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs
index 18975dae..9c9c7295 100644
--- a/Properties/AssemblyInfo.cs
+++ b/Properties/AssemblyInfo.cs
@@ -10,7 +10,7 @@ using System.Windows;
[assembly: AssemblyTitle("Game Resource browser")]
[assembly: AssemblyDescription("Game Resource browser")]
[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
+[assembly: AssemblyCompany ("mørkt")]
[assembly: AssemblyProduct("GARbro.GUI")]
[assembly: AssemblyCopyright("Copyright © 2014 mørkt")]
[assembly: AssemblyTrademark("")]
@@ -51,5 +51,5 @@ using System.Windows;
// 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("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
+[assembly: AssemblyVersion ("1.0.1.0")]
+[assembly: AssemblyFileVersion ("1.0.1.0")]