Skip to content

Commit 5a72da0

Browse files
committed
Update version
1 parent 51ee2f8 commit 5a72da0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SysFanControl/ViewModels/MainWindowViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public class MainWindowViewModel : BaseNotifyPropertyChanged, IDisposable
3636
private readonly Dictionary<IHardware, ObservableCollection<SensorEx>> hardwareSensorsMapping =
3737
new Dictionary<IHardware, ObservableCollection<SensorEx>>();
3838

39-
public string Version { get => "0.2.0"; }
39+
public string Version { get => "0.3.0"; }
4040
public string Title { get => $"Sys Fan Control v{Version}"; }
4141
public ObservableCollection<IHardware> Hardware { get; }
4242
public IHardware SelectedHardware

0 commit comments

Comments
 (0)