Skip to content

Commit

Permalink
release: Release v1.0-beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
schdck committed Apr 22, 2020
1 parent a8a4dac commit abd6dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RemoteFlix.UI.Desktop/ViewModel/MainViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class MainViewModel : ViewModelBase

[DependsOn(nameof(SelectedNetworkInterface))]
public string ServerAddress => SelectedNetworkInterface == null ? null : $"http://{SelectedNetworkInterface.InterNetworkAddress}:{RemoteFlixServer.PORT}";
public string RemoteFlixVersion => "1.0-beta2";
public string RemoteFlixVersion => "1.0-beta3";
public ObservableCollection<Log> Logs { get; }

public ICommand StartServerCommand { get; }
Expand Down

0 comments on commit abd6dbd

Please sign in to comment.