Skip to content

Commit

Permalink
Bump the version up
Browse files Browse the repository at this point in the history
  • Loading branch information
ko-vasilev committed Jan 27, 2018
1 parent 3eee738 commit 9981100
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Autosquelch/Autosquelch.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DeckTracker|AnyCPU'">
<DebugSymbols>true</DebugSymbols>
Expand Down
2 changes: 1 addition & 1 deletion Autosquelch/AutosquelchPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public Version Version
{
get
{
return new Version(0, 1);
return new Version(0, 2);
}
}

Expand Down

0 comments on commit 9981100

Please sign in to comment.