Skip to content
This repository has been archived by the owner on Aug 15, 2023. It is now read-only.

Commit

Permalink
Increased version
Browse files Browse the repository at this point in the history
  • Loading branch information
job79 committed Jun 26, 2020
1 parent 26ff78b commit 21cf043
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion EasyTcp3/EasyTcp3.Encryption/EasyTcp3.Encryption.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<RepositoryUrl>https://github.com/Job79/EasyTcp</RepositoryUrl>
<RepositoryType>Socket Networking Tcp TcpClient TcpServer Ssl SimpleTcp EasyTcp AsyncTcp</RepositoryType>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageVersion>2.1.0</PackageVersion>
<PackageVersion>2.1.1</PackageVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion EasyTcp3/EasyTcp3/EasyTcp3.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageVersion>3.3.0</PackageVersion>
<PackageVersion>3.3.1</PackageVersion>
<Title>EasyTcp</Title>
<Description>Easy and simple library for TCP clients and servers. Focused on performance and usability.</Description>
<Copyright>Job79</Copyright>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<strong>EasyTcp</strong>
<br/>
<img src="https://img.shields.io/badge/License-MIT-green.svg">
<img src="https://img.shields.io/badge/version-3.3.0.0-green.svg">
<img src="https://img.shields.io/badge/version-3.3.1-green.svg">
<img src="https://img.shields.io/badge/build-passing-green.svg">
<br/>
Easy and simple library for TCP clients and servers. Focused on performance and usability.
Expand Down

0 comments on commit 21cf043

Please sign in to comment.