Skip to content

Commit 2df11ff

Browse files
committed
3.3.3.4
1 parent 42823a2 commit 2df11ff

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Jammer.CLI/Jammer.CLI.csproj

+1-1
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.3.2.3</Version>
4+
<Version>3.3.3.4</Version>
55
<RootNamespace>Jammer.CLI</RootNamespace>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>

Jammer.CLI/buildcli.bat

+1-1
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.3.2.3.exe"
8+
SET "start_name=Jammer-Setup_V3.3.3.4.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

+1-1
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.3.2.3";
46+
public static string Version = "3.3.3.4";
4747
public static string? AppDirMount = Environment.GetEnvironmentVariable("APPDIR");
4848
public static float MusicTimePercentage = 0;
4949

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.2.3
1+
3.3.3.4

nsis/setup.nsi

+1-1
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.3.2.3"
8+
!define VERSION "3.3.3.4"
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)