Skip to content

Commit 84a6170

Browse files
committed
v2.2
1 parent 4601544 commit 84a6170

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/SettingsForm.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ namespace SnowFlakes
77
public partial class SettingsForm : Form
88
{
99
private bool ignoreChangeEvent = false;
10-
private Snowdrifts? _snowdrifts;
1110
public SettingsForm()
1211
{
1312
InitializeComponent();

src/SnowFlakes.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<PackageIcon>snowflake.png</PackageIcon>
1212
<RepositoryUrl>https://github.com/MixelTe/SnowFlakes</RepositoryUrl>
1313
<Authors>Mixel Te</Authors>
14-
<Version>2.1.1</Version>
14+
<Version>2.2.0</Version>
1515
</PropertyGroup>
1616

1717
<ItemGroup>

0 commit comments

Comments
 (0)