Skip to content

Commit

Permalink
bump up cli version
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanceras committed Aug 15, 2021
1 parent 6576f5a commit c87fe39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions svgbob_cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

[package]
name = "svgbob_cli"
version = "0.5.3"
version = "0.5.4"
authors = ["Jovansonlee Cesar <[email protected]>"]
description = "Transform your ascii diagrams into happy little SVG"
repository = "https://github.com/ivanceras/svgbob"
Expand All @@ -10,7 +10,7 @@ keywords = ["ascii", "svg", "convert", "bob"]
license = "Apache-2.0"

[dependencies]
svgbob = { path = "../svgbob", version = "0.5" }
svgbob = { path = "../svgbob", version = "0.5.4" }
clap = "2.16"


Expand Down

0 comments on commit c87fe39

Please sign in to comment.