Skip to content

Commit

Permalink
Bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Coding-Enthusiast committed Jun 23, 2020
1 parent fd271db commit eb9085e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Src/Autarkysoft.Bitcoin/Autarkysoft.Bitcoin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<AssemblyVersion>0.3.0.0</AssemblyVersion>
<FileVersion>0.3.0.0</FileVersion>
<Version>0.3.0</Version>
<AssemblyVersion>0.4.0.0</AssemblyVersion>
<FileVersion>0.4.0.0</FileVersion>
<Version>0.4.0</Version>
<Authors>Coding-Enthusiast</Authors>
<Company>Autarkysoft</Company>
<Product>Bitcoin.Net</Product>
Expand Down
1 change: 0 additions & 1 deletion Src/Autarkysoft.Bitcoin/P2PNetwork/MessageManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

using Autarkysoft.Bitcoin.Encoders;
using Autarkysoft.Bitcoin.P2PNetwork.Messages;
using Autarkysoft.Bitcoin.P2PNetwork.Messages.MessagePayloads;
using System;
using System.Collections.Generic;
using System.Net.Sockets;
Expand Down

0 comments on commit eb9085e

Please sign in to comment.