Skip to content

Commit

Permalink
Release v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementGre committed Apr 7, 2024
1 parent 6d5dcd3 commit 0098502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ThreeFingerDragOnWindows/settings/SettingsData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
namespace ThreeFingerDragOnWindows.settings;

public class SettingsData{
private static int CURRENT_SETTINGS_VERSION = 4;
private static int CURRENT_SETTINGS_VERSION = 2;

// Other
public static bool DidVersionChanged { get; set; } = false;
Expand Down

0 comments on commit 0098502

Please sign in to comment.