Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
StijnOostdam committed Aug 26, 2020
1 parent 1be0f58 commit 89da7e4
Show file tree
Hide file tree
Showing 3 changed files with 555 additions and 551 deletions.
2 changes: 1 addition & 1 deletion Winleafs.Models/Models/UserSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ namespace Winleafs.Models.Models
public class UserSettings
{
public static readonly string APPLICATIONNAME = "Winleafs";
public static readonly string APPLICATIONVERSION = "v1.1.1";
public static readonly string APPLICATIONVERSION = "v1.1.2";

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

Expand Down
2 changes: 1 addition & 1 deletion Winleafs.Setup/Product.wxs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Product Id="*" UpgradeCode="42ee9157-4382-4852-bed7-72b25fb2d0bf" Version="1.1.1" Language="1033" Name="Winleafs" Manufacturer="Stijn Oostdam">
<Product Id="*" UpgradeCode="42ee9157-4382-4852-bed7-72b25fb2d0bf" Version="1.1.2" Language="1033" Name="Winleafs" Manufacturer="Stijn Oostdam">
<Package Compressed="yes" />
<Media Id="1" Cabinet="myapplication.cab" EmbedCab="yes" />

Expand Down
Loading

0 comments on commit 89da7e4

Please sign in to comment.