From 3e11cb2c9bf4d5a7e185d48ef0e993dc4767a80f Mon Sep 17 00:00:00 2001 From: Steve Desmond Date: Fri, 2 Dec 2022 12:29:14 -0500 Subject: [PATCH] Release 1.2.0 --- Core/Core.csproj | 2 +- Linux/Linux.csproj | 2 +- Mac/Mac.csproj | 2 +- Windows/Windows.csproj | 2 +- package.json | 6 ++++-- 5 files changed, 8 insertions(+), 6 deletions(-) diff --git a/Core/Core.csproj b/Core/Core.csproj index 95d0b648..3911ae40 100644 --- a/Core/Core.csproj +++ b/Core/Core.csproj @@ -1,6 +1,6 @@ - 1.1.1 + 1.2.0 net7.0 Library WiFiSurveyor.Core diff --git a/Linux/Linux.csproj b/Linux/Linux.csproj index 07864a4d..b27a735f 100644 --- a/Linux/Linux.csproj +++ b/Linux/Linux.csproj @@ -1,6 +1,6 @@ - 1.1.1 + 1.2.0 Exe net7.0 WiFiSurveyor diff --git a/Mac/Mac.csproj b/Mac/Mac.csproj index 41be4114..3afc2c1d 100644 --- a/Mac/Mac.csproj +++ b/Mac/Mac.csproj @@ -1,6 +1,6 @@ - 1.1.1 + 1.2.0 Exe net7.0 WiFiSurveyor diff --git a/Windows/Windows.csproj b/Windows/Windows.csproj index 5d639787..91271477 100644 --- a/Windows/Windows.csproj +++ b/Windows/Windows.csproj @@ -1,6 +1,6 @@ - 1.1.1 + 1.2.0 Exe net7.0-windows10.0.17763.0 WiFiSurveyor diff --git a/package.json b/package.json index df02d750..2da8cbf1 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -20,7 +20,9 @@ "Map", "Signal", "Strength", - "dBm" + "dBm", + "SNR", + "dB" ], "author": "Steve Desmond, ecoAPM (https://ecoAPM.com)", "license": "GPL-3.0-or-later",