Skip to content

Commit

Permalink
Update version to 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
kelko committed Sep 24, 2022
1 parent bc88552 commit 78a72da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "html-streaming-editor"
version = "0.0.6"
version = "0.0.7"
edition = "2021"
authors = [":kelko: <kelko@me.com>"]
repository = "https://github.com/kelko/html-streaming-editor"
Expand Down
2 changes: 1 addition & 1 deletion src/bin/hse.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ fn main() {
pretty_env_logger::init();

let options = clap_app!(hse =>
(version: "0.0.6")
(version: "0.0.7")
(author: ":kelko:")
(about: "Html Streaming Editor")
(@arg input: -i --input +takes_value "File name of the Input. `-` for stdin (default)")
Expand Down

0 comments on commit 78a72da

Please sign in to comment.