diff --git a/Jammer.CLI/Jammer.CLI.csproj b/Jammer.CLI/Jammer.CLI.csproj index 7c84115..86c65a9 100644 --- a/Jammer.CLI/Jammer.CLI.csproj +++ b/Jammer.CLI/Jammer.CLI.csproj @@ -1,7 +1,7 @@ Exe - 2.14.6.6 + 3.0.0.0 Jammer.CLI enable enable diff --git a/Jammer.CLI/buildcli.bat b/Jammer.CLI/buildcli.bat index 15ddd10..2598714 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_V2.14.6.6.exe" +SET "start_name=Jammer-Setup_V3.0.0.0.exe" dotnet publish -r %RELEASE_VERSION% -c Release /p:PublishSingleFile=true -p:DefineConstants="CLI_UI" --self-contained diff --git a/Jammer.Core/src/Utils.cs b/Jammer.Core/src/Utils.cs index fbe276f..0519c88 100644 --- a/Jammer.Core/src/Utils.cs +++ b/Jammer.Core/src/Utils.cs @@ -43,7 +43,7 @@ public struct Utils public static string currentPlaylist = ""; public static string jammerFileDelimeter = "?|"; public static bool isInitialized = false; - public static string version = "2.14.6.6"; + public static string version = "3.0.0.0"; public static string? AppDirMount = Environment.GetEnvironmentVariable("APPDIR"); public static float MusicTimePercentage = 0; diff --git a/VERSION b/VERSION index 2387bac..07be293 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.14.6.6 \ No newline at end of file +3.0.0.0 \ No newline at end of file diff --git a/nsis/setup.nsi b/nsis/setup.nsi index 4448951..b58c998 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 "2.14.6.6" +!define VERSION "3.0.0.0" Outfile "Jammer-Setup_V${VERSION}.exe" ; Use the version number here BrandingText /TRIMCENTER "Jammer Setup V${VERSION}"