diff --git a/Jammer.CLI/Jammer.CLI.csproj b/Jammer.CLI/Jammer.CLI.csproj index 86c65a9..3b605e4 100644 --- a/Jammer.CLI/Jammer.CLI.csproj +++ b/Jammer.CLI/Jammer.CLI.csproj @@ -1,7 +1,7 @@ Exe - 3.0.0.0 + 3.2.1.2 Jammer.CLI enable enable diff --git a/Jammer.CLI/buildcli.bat b/Jammer.CLI/buildcli.bat index 8915994..b2268c2 100644 --- a/Jammer.CLI/buildcli.bat +++ b/Jammer.CLI/buildcli.bat @@ -5,7 +5,7 @@ SET "RELEASE_VERSION=win-x64" SET "sourceFolder=bin\Release\net8.0\%RELEASE_VERSION%\publish" SET "sourceFolder2=bin\Release\net8.0\%RELEASE_VERSION%" SET "targetFolder=..\nsis" -SET "start_name=Jammer-Setup_V3.0.0.0.exe" +SET "start_name=Jammer-Setup_V3.2.1.2.exe" dotnet publish -r %RELEASE_VERSION% -c Release /p:PublishSingleFile=true -p:DefineConstants="CLI_UI" --self-contained diff --git a/VERSION b/VERSION index 07be293..932ee0c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.0.0 \ No newline at end of file +3.2.1.2 \ No newline at end of file diff --git a/nsis/setup.nsi b/nsis/setup.nsi index b58c998..9dd5fec 100644 --- a/nsis/setup.nsi +++ b/nsis/setup.nsi @@ -5,7 +5,7 @@ unicode True !define HWND_BROADCAST 0xFFFF !define WM_SETTINGCHANGE 0x001A -!define VERSION "3.0.0.0" +!define VERSION "3.2.1.2" Outfile "Jammer-Setup_V${VERSION}.exe" ; Use the version number here BrandingText /TRIMCENTER "Jammer Setup V${VERSION}"