Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveDesmond-ca committed Dec 2, 2022
1 parent 8ff460b commit 3e11cb2
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 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>1.1.1</PackageVersion>
<PackageVersion>1.2.0</PackageVersion>
<TargetFramework>net7.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>1.1.1</PackageVersion>
<PackageVersion>1.2.0</PackageVersion>
<OutputType>Exe</OutputType>
<TargetFramework>net7.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>1.1.1</PackageVersion>
<PackageVersion>1.2.0</PackageVersion>
<OutputType>Exe</OutputType>
<TargetFramework>net7.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>1.1.1</PackageVersion>
<PackageVersion>1.2.0</PackageVersion>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0-windows10.0.17763.0</TargetFramework>
<AssemblyName>WiFiSurveyor</AssemblyName>
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wifisurveyor",
"version": "1.1.1",
"version": "1.2.0",
"description": "Visualize Wi-Fi signal strength over a geographic area",
"main": "app.js",
"scripts": {
Expand All @@ -20,7 +20,9 @@
"Map",
"Signal",
"Strength",
"dBm"
"dBm",
"SNR",
"dB"
],
"author": "Steve Desmond, ecoAPM <[email protected]> (https://ecoAPM.com)",
"license": "GPL-3.0-or-later",
Expand Down

0 comments on commit 3e11cb2

Please sign in to comment.