Skip to content

Commit

Permalink
version 0.29
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikescher committed Feb 1, 2021
1 parent 1fb9bc2 commit b64a774
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.28";
public static string Version => "0.29";

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.28</AssemblyVersion>
<FileVersion>0.28</FileVersion>
<Version>0.28</Version>
<AssemblyVersion>0.29</AssemblyVersion>
<FileVersion>0.29</FileVersion>
<Version>0.29</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit b64a774

Please sign in to comment.