Skip to content

Commit

Permalink
1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jooapa committed Dec 24, 2023
1 parent 71b4fed commit 7592c68
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Program.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using System;
using jammer;
using jammer;

class Program
{
public static void Main(string[] args)
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,8 @@ dotnet run -- "path/to/song.mp3"
```
dotnet publish -r win10-x64 -c Release /p:PublishSingleFile=true
```
```
build.bat
```

![image](https://raw.githubusercontent.com/jooapa/jammer/main/jammer_HQ.png)
2 changes: 0 additions & 2 deletions ib.bat

This file was deleted.

2 changes: 0 additions & 2 deletions ir.bat

This file was deleted.

2 changes: 1 addition & 1 deletion src/Utils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ public struct Utils
public static string jammerPath = Environment.GetFolderPath(Environment.SpecialFolder.UserProfile) + "\\jammer\\";
public static bool isDebug = false;
public static string currentPlaylist = "";
public static string version = "1.1.2";
public static string version = "1.1.3";
}
}

0 comments on commit 7592c68

Please sign in to comment.