Skip to content

Commit 608cefb

Browse files
committed
Bump version
1 parent 8d0aa39 commit 608cefb

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Diff for: Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "MIT/Apache-2.0"
77
name = "bat"
88
readme = "README.md"
99
repository = "https://github.com/sharkdp/bat"
10-
version = "0.12.0"
10+
version = "0.12.1"
1111
exclude = [
1212
"assets/syntaxes/*",
1313
"assets/themes/*",
@@ -17,7 +17,7 @@ edition = '2018'
1717

1818
[dependencies]
1919
atty = "0.2.13"
20-
ansi_term = "0.12"
20+
ansi_term = "^0.12.1"
2121
ansi_colours = "^1.0"
2222
console = "0.8"
2323
dirs = "2.0"

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ The [Manpage syntax](assets/syntaxes/Manpage.sublime-syntax) is developed in thi
153153
Download the latest `.deb` package from the [release page](https://github.com/sharkdp/bat/releases)
154154
and install it via:
155155
``` bash
156-
sudo dpkg -i bat_0.12.0_amd64.deb # adapt version number and architecture
156+
sudo dpkg -i bat_0.12.1_amd64.deb # adapt version number and architecture
157157
```
158158

159159
### On Alpine Linux

Diff for: doc/README-ja.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ bat f - g # output 'f', then stdin, then 'g'.
9797
最新の `.deb` パッケージを[こちら](https://github.com/sharkdp/bat/releases)からダウンロードして、インストールしてください:
9898

9999
``` bash
100-
sudo dpkg -i bat_0.12.0_amd64.deb # adapt version number and architecture
100+
sudo dpkg -i bat_0.12.1_amd64.deb # adapt version number and architecture
101101
```
102102

103103
### Arch Linux

0 commit comments

Comments
 (0)