Skip to content

Commit

Permalink
v1.29.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-ward committed Jul 31, 2016
1 parent 814eb1d commit 4424000
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/MarkdownEdit/Models/Version.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace MarkdownEdit.Models
{
internal static class Version
{
public const string VersionNumber = "1.29";
public const string VersionNumber = "1.29.1";

public static async Task<bool> IsCurrentVersion()
{
Expand Down
4 changes: 2 additions & 2 deletions src/MarkdownEdit/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
ResourceDictionaryLocation.None,
ResourceDictionaryLocation.SourceAssembly
)]
[assembly: AssemblyVersion("1.29.0")]
[assembly: AssemblyFileVersion("1.29.0")]
[assembly: AssemblyVersion("1.29.1")]
[assembly: AssemblyFileVersion("1.29.1")]
[assembly: Guid("A9A0AE86-ED91-498F-A9F9-DB669C9879CE")]
2 changes: 1 addition & 1 deletion src/Wix/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Product Id="*"
Name="Markdown Edit"
Language="1033"
Version="1.29.0"
Version="1.29.1"
Manufacturer="Mike Ward"
UpgradeCode="77d4d41b-4443-42c6-87dd-20771c9bb031">

Expand Down

0 comments on commit 4424000

Please sign in to comment.