Skip to content

Commit

Permalink
Release v.0.10.0
Browse files Browse the repository at this point in the history
only updated version numbers
  • Loading branch information
modery committed Sep 1, 2022
1 parent b85121d commit 53429f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PowerDocu.Common/PowerDocuReleaseHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace PowerDocu.Common
{
public static class PowerDocuReleaseHelper
{
public static Version currentVersion = new Version(0, 9, 1);
public static Version currentVersion = new Version(0, 10, 0);
public static string latestVersionTag = currentVersion.ToString();
public static string latestVersionUrl;
private static bool hasReleaseBeenChecked = false;
Expand Down
2 changes: 1 addition & 1 deletion PowerDocu.GUI/PowerDocu.GUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</ItemGroup>

<PropertyGroup>
<Version>0.9.0</Version>
<Version>0.10.0</Version>
<Copyright>Rene Modery</Copyright>
<OutputType>WinExe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
Expand Down

0 comments on commit 53429f3

Please sign in to comment.