Skip to content

Commit 4ab762e

Browse files
committed
Update for release v3.1
1 parent 091554a commit 4ab762e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/SharpGrabber.Desktop/Constants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ public static class Constants
66
{
77
public static readonly string AppName = "SharpGrabber [Desktop]";
88

9-
public static readonly Version AppVersion = Version.Parse("3.0");
9+
public static readonly Version AppVersion = Version.Parse("3.1");
1010

1111
public static readonly string AppFullName = $"{AppName} {AppVersion}";
1212
}

src/SharpGrabber.Desktop/SharpGrabber.Desktop.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<RootNamespace>SharpGrabber.Desktop</RootNamespace>
77
<LangVersion>9.0</LangVersion>
88
<ApplicationIcon />
9+
<Version>3.1</Version>
910
</PropertyGroup>
1011
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netcoreapp2.1|AnyCPU'">
1112
<PlatformTarget>AnyCPU</PlatformTarget>

0 commit comments

Comments
 (0)