Skip to content

Commit

Permalink
prepare for 0.7.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanceras committed Dec 3, 2024
1 parent ada88b8 commit ab2579c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crates/svgbob/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "svgbob"
version = "0.7.4"
version = "0.7.5"
authors = ["Jovansonlee Cesar <ivanceras@gmail.com>"]
description = "Transform your ascii diagrams into happy little SVG"
repository = "https://github.com/ivanceras/svgbob"
Expand Down
2 changes: 1 addition & 1 deletion crates/svgbob_cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

[package]
name = "svgbob_cli"
version = "0.7.4"
version = "0.7.5"
authors = ["Jovansonlee Cesar <ivanceras@gmail.com>"]
description = "Transform your ascii diagrams into happy little SVG"
repository = "https://github.com/ivanceras/svgbob"
Expand Down
2 changes: 1 addition & 1 deletion crates/svgbob_server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "svgbob_server"
version = "0.7.4"
version = "0.7.5"
authors = ["Jovansonlee Cesar <ivanceras@gmail.com>"]
description = "Transform your ascii diagrams into happy little SVG"
repository = "https://github.com/ivanceras/svgbob"
Expand Down

0 comments on commit ab2579c

Please sign in to comment.