Skip to content

Commit

Permalink
Bump version to v0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sile committed Sep 14, 2022
1 parent 9d10ec7 commit a5fe686
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
34 changes: 17 additions & 17 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "efmt"
version = "0.12.0"
version = "0.12.1"
authors = ["Takeru Ohta <phjgt308@gmail.com>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Pre-built binaries for Linux and MacOS are available in [the releases page](http

```console
// An example to download the binary for Linux.
$ VERSION=0.12.0
$ VERSION=0.12.1
$ curl -L https://github.com/sile/efmt/releases/download/${VERSION}/efmt-${VERSION}.x86_64-unknown-linux-musl -o efmt
$ chmod +x efmt
$ ./efmt
Expand Down
2 changes: 1 addition & 1 deletion rebar3_efmt/src/rebar3_efmt.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application,rebar3_efmt,
[{description,"Erlang Code Formatter"},
{vsn,"0.12.0"},
{vsn,"0.12.1"},
{registered,[]},
{applications,[kernel,stdlib,inets]},
{env,[]},
Expand Down

0 comments on commit a5fe686

Please sign in to comment.