Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Aloso committed Nov 30, 2023
1 parent 5c47e5a commit 5c66a84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "to-html"
version = "0.1.4"
version = "0.1.5"
authors = ["Ludwig Stecher <[email protected]>"]
description = "Render a terminal with ANSI colors as HTML"
categories = ["command-line-utilities"]
Expand All @@ -20,7 +20,7 @@ members = ["crates/*"]

[dependencies]
fake-tty = { path = "./crates/fake-tty", version = "0.3.1" }
ansi-to-html = { path = "./crates/ansi-to-html", version = "0.2.0" }
ansi-to-html = { path = "./crates/ansi-to-html", version = "0.2.1" }
clap = { version = "4.1.10", features = ["derive", "wrap_help"] }
dirs-next = "2.0.0"
logos = "0.12.1"
Expand Down
2 changes: 1 addition & 1 deletion crates/ansi-to-html/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ansi-to-html"
version = "0.2.0"
version = "0.2.1"
authors = ["Ludwig Stecher <[email protected]>"]
description = "ANSI escape codes to HTML converter"
categories = ["command-line-interface", "encoding"]
Expand Down

0 comments on commit 5c66a84

Please sign in to comment.