Skip to content

Commit

Permalink
Merge pull request #71 from WildernessLabs/v1.10.2
Browse files Browse the repository at this point in the history
Release 1.10.2
  • Loading branch information
adrianstevens committed Apr 19, 2024
2 parents f21d46a + b248675 commit 496bdc7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Expand Up @@ -15,11 +15,11 @@
<EmbeddedResource Include="img_wifi_connecting.jpg" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Meadow.Foundation.Web.Maple.Server" Version="1.9.0" />
<PackageReference Include="Meadow.F7" Version="1.9.0" />
<PackageReference Include="Meadow.Foundation" Version="1.9.0" />
<PackageReference Include="Meadow.Foundation.Displays.TextDisplayMenu" Version="1.9.0" />
<PackageReference Include="Meadow.Foundation.Displays.TftSpi" Version="1.9.0" />
<PackageReference Include="Meadow.Foundation.Web.Maple.Server" Version="1.10.2" />
<PackageReference Include="Meadow.F7" Version="1.10.2" />
<PackageReference Include="Meadow.Foundation" Version="1.10.2" />
<PackageReference Include="Meadow.Foundation.Displays.TextDisplayMenu" Version="1.10.2" />
<PackageReference Include="Meadow.Foundation.Displays.TftSpi" Version="1.10.2" />
<PackageReference Include="SimpleJpegDecoder" Version="0.4.0" />
<PackageReference Include="sqlite-net-static" Version="1.8.116" />
<PackageReference Include="System.Text.Json" Version="*" />
Expand Down
Expand Up @@ -10,7 +10,7 @@
<LangVersion>9.0</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Meadow.Foundation.Web.Maple.Server" Version="1.9.0" />
<PackageReference Include="Meadow.Foundation.Web.Maple.Server" Version="1.10.2" />
<ProjectReference Include="..\..\Meadow.Clima\Meadow.Clima.csproj" />
<PackageReference Include="System.Text.Json" Version="*" />
<PackageReference Include="sqlite-net-static" Version="*" />
Expand Down
2 changes: 1 addition & 1 deletion Source/Meadow.Clima/Meadow.Clima.csproj
@@ -1,6 +1,6 @@
<Project Sdk="Meadow.Sdk/1.1.0">
<PropertyGroup>
<Version>1.9.0</Version>
<Version>1.10.2</Version>
<Company>Wilderness Labs, Inc</Company>
<Authors>Wilderness Labs, Inc</Authors>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand Down

0 comments on commit 496bdc7

Please sign in to comment.