Skip to content

Commit

Permalink
Update Version
Browse files Browse the repository at this point in the history
  • Loading branch information
kelko committed Sep 29, 2022
1 parent cc531cb commit 1e140be
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.3.0"
version = "0.3.1"
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.3.0")
(version: "0.3.1")
(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 1e140be

Please sign in to comment.