Skip to content

Commit

Permalink
Release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabrielpanga committed Jan 2, 2021
1 parent b196bdb commit a339829
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Pluggy.Client/Pluggy.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageReference Include="Microsoft.Extensions.Configuration.FileExtensions" Version="3.1.7" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="3.1.7" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="Pluggy.SDK" Version="0.3.0" />
<PackageReference Include="Pluggy.SDK" Version="0.4.0" />
</ItemGroup>
<ItemGroup>
<None Update="appsettings.json">
Expand Down
2 changes: 1 addition & 1 deletion Pluggy.SDK/Pluggy.SDK.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackOnBuild>true</PackOnBuild>
<PackageVersion>0.3.0</PackageVersion>
<PackageVersion>0.4.0</PackageVersion>
<Authors>Pluggy</Authors>
<Description>Pluggy SDK to connect with our aggregation service API</Description>
<NeutralLanguage>en-US</NeutralLanguage>
Expand Down

0 comments on commit a339829

Please sign in to comment.