Skip to content

Commit

Permalink
Bump framels version to 0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
doubleailes committed Apr 22, 2024
1 parent 4ac88ff commit 70b941a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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 = "framels"
version = "0.7.3"
version = "0.7.4"
edition = "2021"
authors = ["Philippe Llerena<philippe.llerena@gmail.com>"]
description = "a simple command line tool to list frame sequence in friendly way"
Expand Down
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.7.3"
repo_version = "GitHub v0.7.4"
repo_license = "Open-source MIT License."
repo_url = "https://github.com/forticheprod/fls/tree/0.7.3"
repo_url = "https://github.com/forticheprod/fls/tree/0.7.4"

# 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.7.3"));
.stdout(predicate::str::contains("framels 0.7.4"));

Ok(())
}
Expand Down

0 comments on commit 70b941a

Please sign in to comment.