diff --git a/MSI/Product.wxs b/MSI/Product.wxs index d075554e..1e671f20 100644 --- a/MSI/Product.wxs +++ b/MSI/Product.wxs @@ -20,14 +20,14 @@ --> - - diff --git a/UniversalInstaller/Helper.cs b/UniversalInstaller/Helper.cs index efc39fbc..a03aff5d 100644 --- a/UniversalInstaller/Helper.cs +++ b/UniversalInstaller/Helper.cs @@ -28,7 +28,7 @@ namespace FOG public static class Helper { private const string LogName = "Installer"; - public const string ClientVersion = "0.12.1"; + public const string ClientVersion = "0.12.2"; public static IInstall Instance { get; } diff --git a/UniversalInstaller/Properties/AssemblyInfo.cs b/UniversalInstaller/Properties/AssemblyInfo.cs index c9707e9c..32e341f0 100644 --- a/UniversalInstaller/Properties/AssemblyInfo.cs +++ b/UniversalInstaller/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // 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("0.12.1.*")] -[assembly: AssemblyFileVersion("0.12.1.*")] +[assembly: AssemblyVersion("0.12.2")] +[assembly: AssemblyFileVersion("0.12.2")]