diff --git a/README.md b/README.md index 4626a05..3626469 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,10 @@ We built this because, while Tailscale has lovely desktop apps for macOS and Win Some things we want to add in the future: +- Ability to start the daemon on macOS - Multiple accounts and custom login URLs -- A menu of all accessible network devices -Screenshot of tsui +Screenshot of tsui ## Installation diff --git a/flake.nix b/flake.nix index 23f13ac..e8e89ef 100644 --- a/flake.nix +++ b/flake.nix @@ -4,7 +4,7 @@ outputs = { self, nixpkgs }: let - version = "0.1.0"; + version = "0.2.0"; # System types to support. supportedSystems = [ "x86_64-linux" "x86_64-darwin" "aarch64-linux" "aarch64-darwin" ];