Skip to content

Commit

Permalink
raised version, because this fixed a crucial problem, now allowing th…
Browse files Browse the repository at this point in the history
…e file to be finished over websocket
  • Loading branch information
CraftingDragon007 committed Jan 28, 2024
1 parent 0927b9f commit 533b5a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions KekUploadServer/KekUploadServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
<AssemblyVersion>1.2.1</AssemblyVersion>
<ProductVersion>1.2.1</ProductVersion>
<AssemblyVersion>1.2.2</AssemblyVersion>
<ProductVersion>1.2.2</ProductVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion KekUploadServer/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace KekUploadServer;

internal class Program
{
private const string Version = "1.2.1";
private const string Version = "1.2.2";

private static async Task Main(string[] args)
{
Expand Down

0 comments on commit 533b5a6

Please sign in to comment.