Skip to content

Commit 7c1e193

Browse files
committed
new update
1 parent a0d873f commit 7c1e193

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

Jammer.CLI/Jammer.CLI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
4-
<Version>3.47</Version>
4+
<Version>3.48</Version>
55
<RootNamespace>Jammer.CLI</RootNamespace>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>

Jammer.CLI/buildcli.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ SET "RELEASE_VERSION=win-x64"
55
SET "sourceFolder=bin\Release\net8.0\%RELEASE_VERSION%\publish"
66
SET "sourceFolder2=bin\Release\net8.0\%RELEASE_VERSION%"
77
SET "targetFolder=..\nsis"
8-
SET "start_name=Jammer-Setup_V3.47.exe"
8+
SET "start_name=Jammer-Setup_V3.48.exe"
99

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

Jammer.Core/src/Utils.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public struct Utils
4343
public static string CurrentPlaylist = "";
4444
public static string JammerFileDelimeter = "?|";
4545
public static bool IsInitialized = false;
46-
public static string Version = "3.47";
46+
public static string Version = "3.48";
4747
public static string? AppDirMount = Environment.GetEnvironmentVariable("APPDIR");
4848
public static float MusicTimePercentage = 0;
4949

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.47
1+
3.48

nsis/setup.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ unicode True
55
!define HWND_BROADCAST 0xFFFF
66
!define WM_SETTINGCHANGE 0x001A
77

8-
!define VERSION "3.47"
8+
!define VERSION "3.48"
99

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

0 commit comments

Comments
 (0)