Skip to content

Commit

Permalink
version 0.31
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikescher committed Feb 14, 2021
1 parent 715caa7 commit 6c728a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Program.cs
Expand Up @@ -34,7 +34,7 @@ public static class Program

public static Timer CronTimer;

public static string Version => "0.30";
public static string Version => "0.31";

public static readonly Dictionary<int, DataDirData> DataCache = new Dictionary<int, DataDirData>();

Expand Down
6 changes: 3 additions & 3 deletions youtube-dl-viewer.csproj
Expand Up @@ -8,9 +8,9 @@
<PropertyGroup>
<Title>youtube-dl-viewer</Title>
<Copyright>Copyright © Mikescher 2020</Copyright>
<AssemblyVersion>0.30</AssemblyVersion>
<FileVersion>0.30</FileVersion>
<Version>0.30</Version>
<AssemblyVersion>0.31</AssemblyVersion>
<FileVersion>0.31</FileVersion>
<Version>0.31</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 6c728a9

Please sign in to comment.