Skip to content

Commit

Permalink
Umbrel v0.2.0 (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
mayankchhabra authored Aug 15, 2020
1 parent 5ae3de3 commit 684196d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,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.1.7-beta.tar.gz | tar -xz --strip-components=1
curl -L https://github.com/getumbrel/umbrel/archive/v0.2.0.tar.gz | tar -xz --strip-components=1
```

### Step 2. Run
Expand Down
6 changes: 3 additions & 3 deletions info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "0.1.7-beta",
"name": "Umbrel v0.1.7 Beta",
"requires": "=0.1.7-beta",
"version": "0.2.0",
"name": "Umbrel v0.2.0",
"requires": "=0.2.0",
"notes": ""
}

0 comments on commit 684196d

Please sign in to comment.