Skip to content

Commit 7f63e5f

Browse files
committed
update version
1 parent 892b5b7 commit 7f63e5f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ You can install with [Homebrew](https://brew.sh/)
180180
```bash
181181
> brew install timdubbins/tap/tap
182182
> tap --version
183-
0.5.0
183+
0.5.1
184184
```
185185

186186
`ncurses` can be installed with:
@@ -204,7 +204,7 @@ such as [yay](https://github.com/Jguer/yay)~~
204204
```bash
205205
> yay -S tap
206206
> tap --version
207-
0.5.0
207+
0.5.1
208208
```
209209

210210
`ncurses` can be installed with:
@@ -221,13 +221,13 @@ The AUR package is available [here]("https://aur.archlinux.org/packages/tap).
221221
<summary><b>Debian</b> (or a Debian derivative, such as <b>Ubuntu</b>)</summary>
222222
<br>
223223

224-
You can install with a binary `.deb` file provided in each tap [release](https://github.com/timdubbins/tap/releases/tag/v0.5.0).
224+
You can install with a binary `.deb` file provided in each tap [release](https://github.com/timdubbins/tap/releases/tag/v0.5.1).
225225

226226
```bash
227-
> curl -LO https://github.com/timdubbins/tap/releases/download/v0.5.0/tap_0.5.0.deb
228-
> sudo dpkg -i tap_0.5.0.deb
227+
> curl -LO https://github.com/timdubbins/tap/releases/download/v0.5.1/tap_0.5.1.deb
228+
> sudo dpkg -i tap_0.5.1.deb
229229
> tap --version
230-
0.5.0
230+
0.5.1
231231
```
232232

233233
`ncurses` can be installed with:
@@ -248,12 +248,12 @@ To compile from source, first you need a [Rust](https://www.rust-lang.org/learn/
248248
> cd tap
249249
> cargo install --path .
250250
> tap --version
251-
0.5.0
251+
0.5.1
252252
```
253253

254254
</details>
255255

256-
The binaries for each release are also available [here](https://github.com/timdubbins/tap/releases/tag/v0.5.0).
256+
The binaries for each release are also available [here](https://github.com/timdubbins/tap/releases/tag/v0.5.1).
257257

258258

259259
## Notes

0 commit comments

Comments
 (0)