mirror of
https://github.com/sharkdp/bat
synced 2024-11-15 08:37:12 +00:00
Bump version
This commit is contained in:
parent
8d0aa39181
commit
608cefb05c
4 changed files with 5 additions and 5 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -105,7 +105,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "bat"
|
||||
version = "0.12.0"
|
||||
version = "0.12.1"
|
||||
dependencies = [
|
||||
"ansi_colours 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
|
|
@ -7,7 +7,7 @@ license = "MIT/Apache-2.0"
|
|||
name = "bat"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/sharkdp/bat"
|
||||
version = "0.12.0"
|
||||
version = "0.12.1"
|
||||
exclude = [
|
||||
"assets/syntaxes/*",
|
||||
"assets/themes/*",
|
||||
|
@ -17,7 +17,7 @@ edition = '2018'
|
|||
|
||||
[dependencies]
|
||||
atty = "0.2.13"
|
||||
ansi_term = "0.12"
|
||||
ansi_term = "^0.12.1"
|
||||
ansi_colours = "^1.0"
|
||||
console = "0.8"
|
||||
dirs = "2.0"
|
||||
|
|
|
@ -153,7 +153,7 @@ The [Manpage syntax](assets/syntaxes/Manpage.sublime-syntax) is developed in thi
|
|||
Download the latest `.deb` package from the [release page](https://github.com/sharkdp/bat/releases)
|
||||
and install it via:
|
||||
``` bash
|
||||
sudo dpkg -i bat_0.12.0_amd64.deb # adapt version number and architecture
|
||||
sudo dpkg -i bat_0.12.1_amd64.deb # adapt version number and architecture
|
||||
```
|
||||
|
||||
### On Alpine Linux
|
||||
|
|
|
@ -97,7 +97,7 @@ bat f - g # output 'f', then stdin, then 'g'.
|
|||
最新の `.deb` パッケージを[こちら](https://github.com/sharkdp/bat/releases)からダウンロードして、インストールしてください:
|
||||
|
||||
``` bash
|
||||
sudo dpkg -i bat_0.12.0_amd64.deb # adapt version number and architecture
|
||||
sudo dpkg -i bat_0.12.1_amd64.deb # adapt version number and architecture
|
||||
```
|
||||
|
||||
### Arch Linux
|
||||
|
|
Loading…
Reference in a new issue