diff --git a/Core/Core.csproj b/Core/Core.csproj index 37b831e9..ced78c0e 100644 --- a/Core/Core.csproj +++ b/Core/Core.csproj @@ -1,6 +1,6 @@ - 2.0.0-beta.1 + 2.0.0-beta.2 net9.0 Library WiFiSurveyor.Core diff --git a/Linux/Linux.csproj b/Linux/Linux.csproj index 3f181296..e03593b3 100644 --- a/Linux/Linux.csproj +++ b/Linux/Linux.csproj @@ -1,6 +1,6 @@ - 2.0.0-beta.1 + 2.0.0-beta.2 Exe net9.0 WiFiSurveyor diff --git a/Mac/Mac.csproj b/Mac/Mac.csproj index 386901ee..19ee4060 100644 --- a/Mac/Mac.csproj +++ b/Mac/Mac.csproj @@ -1,6 +1,6 @@ - 2.0.0-beta.1 + 2.0.0-beta.2 Exe net9.0 WiFiSurveyor diff --git a/Windows/Windows.csproj b/Windows/Windows.csproj index df622d30..0f537507 100644 --- a/Windows/Windows.csproj +++ b/Windows/Windows.csproj @@ -1,6 +1,6 @@ - 2.0.0-beta.1 + 2.0.0-beta.2 Exe net9.0-windows10.0.17763.0 true diff --git a/package.json b/package.json index a937e59c..9798b533 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wifisurveyor", - "version": "2.0.0-beta.1", + "version": "2.0.0-beta.2", "description": "Visualize Wi-Fi signal strength over a geographic area", "main": "app.js", "scripts": {