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
Jcparkyn committed Mar 6, 2023
1 parent 360d344 commit dd34b80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Phetch.Blazor/Phetch.Blazor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<VersionPrefix>0.3.1</VersionPrefix>
<VersionPrefix>0.4.0</VersionPrefix>
<Authors>Jcparkyn</Authors>
<RepositoryUrl>https://github.com/Jcparkyn/Phetch</RepositoryUrl>
<PackageTags>blazor;fetch;query;swr</PackageTags>
Expand Down
2 changes: 1 addition & 1 deletion src/Phetch.Core/Phetch.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netstandard2.1</TargetFramework>
<Nullable>enable</Nullable>
<LangVersion>10.0</LangVersion>
<VersionPrefix>0.3.1</VersionPrefix>
<VersionPrefix>0.4.0</VersionPrefix>
<Authors>Jcparkyn</Authors>
<RepositoryUrl>https://github.com/Jcparkyn/Phetch</RepositoryUrl>
<PackageTags>blazor;fetch;query;swr</PackageTags>
Expand Down

0 comments on commit dd34b80

Please sign in to comment.