Skip to content

Commit c60be86

Browse files
committed
prepare for 0.7.4 release
1 parent 36cf4f8 commit c60be86

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

crates/svgbob/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "svgbob"
3-
version = "0.7.3"
3+
version = "0.7.4"
44
authors = ["Jovansonlee Cesar <ivanceras@gmail.com>"]
55
description = "Transform your ascii diagrams into happy little SVG"
66
repository = "https://github.com/ivanceras/svgbob"

crates/svgbob_cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
[package]
33
name = "svgbob_cli"
4-
version = "0.7.3"
4+
version = "0.7.4"
55
authors = ["Jovansonlee Cesar <ivanceras@gmail.com>"]
66
description = "Transform your ascii diagrams into happy little SVG"
77
repository = "https://github.com/ivanceras/svgbob"

crates/svgbob_server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "svgbob_server"
3-
version = "0.7.3"
3+
version = "0.7.4"
44
authors = ["Jovansonlee Cesar <ivanceras@gmail.com>"]
55
description = "Transform your ascii diagrams into happy little SVG"
66
repository = "https://github.com/ivanceras/svgbob"

0 commit comments

Comments
 (0)