Skip to content

Commit

Permalink
Bumped versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Lanayx committed Dec 5, 2024
1 parent ceb1f9d commit 6fba350
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/CRUD/Frontend/Frontend.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageReference Include="Fable.Browser.Dom" Version="2.18.0" />
<PackageReference Include="Fable.Core" Version="4.3.0" />
<PackageReference Include="Thoth.Fetch" Version="3.0.1" />
<PackageReference Include="Oxpecker.Solid" Version="0.3.0" />
<PackageReference Include="Oxpecker.Solid" Version="0.4.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion examples/EmptySolid/EmptySolid.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<ItemGroup>
<PackageReference Include="Fable.Browser.Dom" Version="2.18.0" />
<PackageReference Include="Fable.Core" Version="4.3.0" />
<PackageReference Include="Oxpecker.Solid" Version="0.3.0" />
<PackageReference Include="Oxpecker.Solid" Version="0.4.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion examples/TodoList/TodoList.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<ItemGroup>
<PackageReference Include="Fable.Browser.Dom" Version="2.18.0" />
<PackageReference Include="Fable.Core" Version="4.3.0" />
<PackageReference Include="Oxpecker.Solid" Version="0.3.0" />
<PackageReference Include="Oxpecker.Solid" Version="0.4.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Oxpecker.Solid/Oxpecker.Solid.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Oxpecker.Solid.FablePlugin" Version="0.3.0" />
<PackageReference Include="Oxpecker.Solid.FablePlugin" Version="0.4.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion tests/Oxpecker.Solid.Tests/Oxpecker.Solid.Tests.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Oxpecker.Solid" Version="0.3.0" />
<PackageReference Include="Oxpecker.Solid" Version="0.4.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 6fba350

Please sign in to comment.