Skip to content

Commit

Permalink
Updates version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattstermiller committed Aug 7, 2017
1 parent ed5aae8 commit 3416209
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Koffee/AssemblyInfo.fs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace Koffee.AssemblyInfo
namespace Koffee.AssemblyInfo

open System.Reflection
open System.Runtime.CompilerServices
Expand Down Expand Up @@ -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:
// [<assembly: AssemblyVersion("1.0.*")>]
[<assembly: AssemblyVersion("0.2.1.0")>]
[<assembly: AssemblyFileVersion("0.2.1.0")>]
[<assembly: AssemblyVersion("0.3.0.0")>]
[<assembly: AssemblyFileVersion("0.3.0.0")>]

do
()
()
4 changes: 2 additions & 2 deletions installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit 3416209

Please sign in to comment.