Skip to content

Commit

Permalink
bumpversion
Browse files Browse the repository at this point in the history
  • Loading branch information
doubleailes committed Sep 17, 2023
1 parent 40ad402 commit 9af4c63
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.

4 changes: 2 additions & 2 deletions docs/content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ title = "A simple but sexy ls command line tool"
lead = '<b>framels</b> is a command line tool and lib dedicated to animation and vfx, for terminal user or simply other rust projects.'
url = "/docs/getting-started/introduction/"
url_button = "Get started"
repo_version = "GitHub v0.5.1"
repo_version = "GitHub v0.5.2"
repo_license = "Open-source MIT License."
repo_url = "https://github.com/doubleailes/fls/tree/0.5.1"
repo_url = "https://github.com/doubleailes/fls/tree/0.5.2"

# Menu items
[[extra.menu.main]]
Expand Down
2 changes: 1 addition & 1 deletion tests/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ fn cli_version() -> Result<(), Box<dyn std::error::Error>> {
cmd.arg("-V");
cmd.assert()
.success()
.stdout(predicate::str::contains("framels 0.5.1"));
.stdout(predicate::str::contains("framels 0.5.2"));

Ok(())
}
Expand Down

0 comments on commit 9af4c63

Please sign in to comment.