Skip to content

Commit

Permalink
Update version of User Agreement and Privacy Policy.
Browse files Browse the repository at this point in the history
  • Loading branch information
hamster620 committed Jul 25, 2022
1 parent 1c3a324 commit daa1228
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ULogViewer/App.axaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ protected override void OnUpgradeSettings(ISettings settings, int oldVersion, in


/// <inheritdoc/>
public override Version? PrivacyPolicyVersion => new Version(1, 2);
public override Version? PrivacyPolicyVersion => new Version(1, 3);


// Releasing type.
Expand All @@ -478,7 +478,7 @@ protected override void OnUpgradeSettings(ISettings settings, int oldVersion, in


/// <inheritdoc/>
public override Version? UserAgreementVersion => new Version(1, 3);
public override Version? UserAgreementVersion => new Version(1, 4);


#if WINDOWS_ONLY
Expand Down

0 comments on commit daa1228

Please sign in to comment.