From dcfef8bedd1dfb913d88c522f3b65bf1e0a03fc0 Mon Sep 17 00:00:00 2001 From: Thomas Vogt Date: Thu, 7 Feb 2019 12:22:16 +0100 Subject: [PATCH] README version 1.1.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ca9541..3bb3181 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ This piece of software wraps around the **[zx2c4 pass](http://www.zx2c4.com/proj Download the latest `install_host_app.sh` script from [our releases page](https://github.com/passff/passff-host/releases) and execute it. As an example, Firefox users can do this in one line like so: ``` -$ VERSION=1.0.2 +$ VERSION=1.1.0 $ curl -sSL https://github.com/passff/passff-host/releases/download/${VERSION}/install_host_app.sh | bash -s -- firefox ```