Skip to content

Commit

Permalink
Umbrel v0.2.2 (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
mayankchhabra committed Aug 16, 2020
1 parent 8a5da00 commit ddaec6e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.2.1.tar.gz | tar -xz --strip-components=1
curl -L https://github.com/getumbrel/umbrel/archive/v0.2.2.tar.gz | tar -xz --strip-components=1
```

### Step 2. Run
Expand Down
8 changes: 4 additions & 4 deletions info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "0.2.1",
"name": "Umbrel v0.2.1",
"requires": ">=0.2.0",
"version": "0.2.2",
"name": "Umbrel v0.2.2",
"requires": ">=0.2.1",
"notes": ""
}
}

0 comments on commit ddaec6e

Please sign in to comment.