diff --git a/Koffee/AssemblyInfo.fs b/Koffee/AssemblyInfo.fs index 71ae9d40..30832c86 100644 --- a/Koffee/AssemblyInfo.fs +++ b/Koffee/AssemblyInfo.fs @@ -1,4 +1,4 @@ -namespace Koffee.AssemblyInfo +namespace Koffee.AssemblyInfo open System.Reflection open System.Runtime.CompilerServices @@ -34,8 +34,8 @@ open System.Runtime.InteropServices // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [] -[] -[] +[] +[] do - () \ No newline at end of file + () diff --git a/installer.iss b/installer.iss index 2b55c699..05d59f13 100644 --- a/installer.iss +++ b/installer.iss @@ -7,7 +7,7 @@ ; (To generate a new GUID, click Tools | Generate GUID inside the IDE.) AppId={{393DAEB7-80CC-4AD6-B501-FB595103A9B7} AppName=Koffee -AppVersion=0.2.1 +AppVersion=0.3.0 AppPublisher=Matthew A. Miller AppPublisherURL=https://github.com/mattstermiller/koffee AppSupportURL=https://github.com/mattstermiller/koffee @@ -17,7 +17,7 @@ DisableProgramGroupPage=yes LicenseFile=LICENSE.txt InfoAfterFile=README.md OutputDir=Koffee\bin -OutputBaseFilename=Koffee-Setup-0.2.1 +OutputBaseFilename=Koffee-Setup-0.3.0 Compression=lzma SolidCompression=yes