diff --git a/Core/Core.csproj b/Core/Core.csproj index d1f432a5..37b831e9 100644 --- a/Core/Core.csproj +++ b/Core/Core.csproj @@ -1,6 +1,6 @@ - 1.2.1 + 2.0.0-beta.1 net9.0 Library WiFiSurveyor.Core diff --git a/Linux/Linux.csproj b/Linux/Linux.csproj index 0ac861e6..3f181296 100644 --- a/Linux/Linux.csproj +++ b/Linux/Linux.csproj @@ -1,6 +1,6 @@ - 1.2.1 + 2.0.0-beta.1 Exe net9.0 WiFiSurveyor diff --git a/Mac/Mac.csproj b/Mac/Mac.csproj index b36bc1a5..386901ee 100644 --- a/Mac/Mac.csproj +++ b/Mac/Mac.csproj @@ -1,6 +1,6 @@ - 1.2.1 + 2.0.0-beta.1 Exe net9.0 WiFiSurveyor diff --git a/Windows/Windows.csproj b/Windows/Windows.csproj index 3f9888a0..df622d30 100644 --- a/Windows/Windows.csproj +++ b/Windows/Windows.csproj @@ -1,6 +1,6 @@ - 1.2.1 + 2.0.0-beta.1 Exe net9.0-windows10.0.17763.0 true diff --git a/package.json b/package.json index 20dc9f69..a937e59c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wifisurveyor", - "version": "1.2.1", + "version": "2.0.0-beta.1", "description": "Visualize Wi-Fi signal strength over a geographic area", "main": "app.js", "scripts": {