Skip to content

Commit

Permalink
chore: Update version to 2.14.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jooapa committed Aug 25, 2024
1 parent 0a669a1 commit 8ce0334
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Jammer.CLI/Jammer.CLI.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<Version>2.13.5.5</Version>
<Version>2.14.6.6</Version>
<RootNamespace>Jammer.CLI</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
Expand Down
2 changes: 1 addition & 1 deletion Jammer.CLI/buildcli.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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.13.5.5.exe"
SET "start_name=Jammer-Setup_V2.14.6.6.exe"

dotnet publish -r %RELEASE_VERSION% -c Release /p:PublishSingleFile=true -p:DefineConstants="CLI_UI" --self-contained

Expand Down
2 changes: 1 addition & 1 deletion Jammer.Core/src/Utils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public struct Utils
public static bool isDebug = false;
public static string currentPlaylist = "";
public static bool isInitialized = false;
public static string version = "2.13.5.5";
public static string version = "2.14.6.6";
public static string? AppDirMount = Environment.GetEnvironmentVariable("APPDIR");
public static float MusicTimePercentage = 0;
}
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.13.5.5
2.14.6.6
2 changes: 1 addition & 1 deletion nsis/setup.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ unicode True
!define HWND_BROADCAST 0xFFFF
!define WM_SETTINGCHANGE 0x001A

!define VERSION "2.13.5.5"
!define VERSION "2.14.6.6"

Outfile "Jammer-Setup_V${VERSION}.exe" ; Use the version number here
BrandingText /TRIMCENTER "Jammer Setup V${VERSION}"
Expand Down

0 comments on commit 8ce0334

Please sign in to comment.