diff --git a/README.md b/README.md index 3f64a24..922355e 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ Ensure that your account is [correctly permissioned to use docker](https://docs. > Run this in an empty directory where you want to install Umbrel ```bash -curl -L https://github.com/getumbrel/umbrel/archive/v0.2.2.tar.gz | tar -xz --strip-components=1 +curl -L https://github.com/getumbrel/umbrel/archive/v0.2.3.tar.gz | tar -xz --strip-components=1 ``` ### Step 2. Run diff --git a/info.json b/info.json index 5a2cb51..c4a8936 100644 --- a/info.json +++ b/info.json @@ -1,6 +1,6 @@ { - "version": "0.2.2", - "name": "Umbrel v0.2.2", + "version": "0.2.3", + "name": "Umbrel v0.2.3", "requires": ">=0.2.1", - "notes": "" + "notes": "With this new version, you can now view the peer address of Bitcoin Core running on your Umbrel, and use to connect to wallets such as Wasabi. Some minor bug fixes have also been made." } \ No newline at end of file