Skip to content

Commit

Permalink
Release 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveDesmond-ca committed Dec 16, 2021
1 parent 3095d43 commit 6c5ef37
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Core/Core.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<PackageVersion>0.4.0</PackageVersion>
<PackageVersion>0.4.2</PackageVersion>
<TargetFramework>net6.0</TargetFramework>
<OutputType>Library</OutputType>
<AssemblyName>WiFiSurveyor.Core</AssemblyName>
Expand Down
2 changes: 1 addition & 1 deletion Linux/Linux.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<PackageVersion>0.4.0</PackageVersion>
<PackageVersion>0.4.2</PackageVersion>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<AssemblyName>WiFiSurveyor</AssemblyName>
Expand Down
2 changes: 1 addition & 1 deletion Mac/Mac.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<PackageVersion>0.4.0</PackageVersion>
<PackageVersion>0.4.2</PackageVersion>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<AssemblyName>WiFiSurveyor</AssemblyName>
Expand Down
2 changes: 1 addition & 1 deletion Windows/Windows.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<PackageVersion>0.4.0</PackageVersion>
<PackageVersion>0.4.2</PackageVersion>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0-windows10.0.17763.0</TargetFramework>
<AssemblyName>WiFiSurveyor</AssemblyName>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wifisurveyor",
"version": "1.0.0",
"version": "0.4.2",
"description": "Visualize Wi-Fi signal strength over a geographic area",
"main": "app.js",
"scripts": {
Expand Down

0 comments on commit 6c5ef37

Please sign in to comment.