Skip to content

Commit

Permalink
Bump versions to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jcparkyn committed Jul 13, 2024
1 parent 675e05e commit 047e4b9
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.7.1</VersionPrefix>
<VersionPrefix>1.0.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.7.1</VersionPrefix>
<VersionPrefix>1.0.0</VersionPrefix>
<Authors>Jcparkyn</Authors>
<RepositoryUrl>https://github.com/Jcparkyn/Phetch</RepositoryUrl>
<PackageTags>blazor;fetch;query;swr</PackageTags>
Expand Down

0 comments on commit 047e4b9

Please sign in to comment.