Skip to content

Commit

Permalink
Increased version
Browse files Browse the repository at this point in the history
  • Loading branch information
StijnOostdam committed Aug 8, 2019
1 parent 514b752 commit f9ac44a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Nanoleaf-Models/Models/UserSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace Winleafs.Models.Models
public class UserSettings
{
public static readonly string APPLICATIONNAME = "Winleafs";
public static readonly string APPLICATIONVERSION = "v0.5.1";
public static readonly string APPLICATIONVERSION = "v0.5.2";

public static readonly string SettingsFolder = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), APPLICATIONNAME);

Expand Down
2 changes: 1 addition & 1 deletion Setup/Product.wxs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:netfx="http://schemas.microsoft.com/wix/NetFxExtension">
<?define sourceFolder="..\Nanoleaf-wpf\bin\Release\"?>
<Product Id="*" UpgradeCode="42ee9157-4382-4852-bed7-72b25fb2d0bf" Version="0.5.1" Language="1033" Name="Winleafs" Manufacturer="Stijn Oostdam">
<Product Id="*" UpgradeCode="42ee9157-4382-4852-bed7-72b25fb2d0bf" Version="0.5.2" Language="1033" Name="Winleafs" Manufacturer="Stijn Oostdam">
<Package Compressed="yes" />
<Media Id="1" Cabinet="myapplication.cab" EmbedCab="yes" />
<!-- Add installer icon -->
Expand Down

0 comments on commit f9ac44a

Please sign in to comment.