Skip to content

Commit

Permalink
Fix missing line break between tinty info items
Browse files Browse the repository at this point in the history
- Version bump to 0.8.1
  • Loading branch information
JamyGolden committed Feb 17, 2024
1 parent 899060e commit 4db99a3
Show file tree
Hide file tree
Showing 4 changed files with 5 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,7 +1,7 @@
[package]
name = "tinty"
description = "Change the theme of your terminal, text editor and anything else with one command!"
version = "0.8.0"
version = "0.8.1"
edition = "2021"
license = "MIT"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion license.html
Original file line number Diff line number Diff line change
Expand Up @@ -2225,7 +2225,7 @@ <h4>Used by:</h4>
<h3 id="MIT">MIT License</h3>
<h4>Used by:</h4>
<ul class="license-used-by">
<li><a href=" https://github.com/tinted-theming/tinty ">tinty 0.8.0</a></li>
<li><a href=" https://github.com/tinted-theming/tinty ">tinty 0.8.1</a></li>
</ul>
<pre class="license-text">MIT License

Expand Down
2 changes: 2 additions & 0 deletions src/operations/info.rs
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,8 @@ fn print_scheme(scheme_path: &Path) -> Result<()> {
println!();
}

println!();

Ok(())
}

Expand Down

0 comments on commit 4db99a3

Please sign in to comment.