Skip to content

Commit

Permalink
Update AppConfig.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
ghost1372 committed Oct 9, 2023
1 parent 0079e9c commit 5947b1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev/Tools/Common/AppConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
namespace TvTime.Common;
public class AppConfig : NotifiyingJsonSettings, IVersionable
{
[EnforcedVersion("4.0.0.0")]
public virtual Version Version { get; set; } = new Version(4, 0, 0, 0);
[EnforcedVersion("4.4.0.0")]
public virtual Version Version { get; set; } = new Version(4, 4, 0, 0);
public override string FileName { get; set; } = Constants.AppConfigPath;

private ObservableCollection<string> _SubtitleLanguagesCollection = new();
Expand Down

0 comments on commit 5947b1b

Please sign in to comment.