Skip to content

Commit

Permalink
Version 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-reineke committed Aug 23, 2022
1 parent 70ee804 commit c7b7bd9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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 = "cbfmt"
version = "0.1.3"
version = "0.1.4"
edition = "2021"
description = "A tool to format codeblocks inside markdown and org documents"
repository = "https://github.com/lukas-reineke/cbfmt"
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ async fn main() {

let mut app =
App::new("cbfmt")
.version("0.1.1")
.version("0.1.4")
.author("Lukas Reineke <lukas@reineke.jp>")
.about("A tool to format codeblocks inside markdown and org documents.\nIt iterates over all codeblocks, and formats them with the tool(s) specified for the language of the block.")
.arg(
Expand Down

0 comments on commit c7b7bd9

Please sign in to comment.