From 56eb72956a9b23c8f955971479f65c7cccc882c2 Mon Sep 17 00:00:00 2001 From: Jovansonlee Cesar Date: Sun, 11 Jul 2021 20:52:30 +0800 Subject: Update cli --- svgbob_cli/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/svgbob_cli/Cargo.toml b/svgbob_cli/Cargo.toml index 876a4b7..c21e4b9 100644 --- a/svgbob_cli/Cargo.toml +++ b/svgbob_cli/Cargo.toml @@ -1,16 +1,16 @@ [package] name = "svgbob_cli" -version = "0.5.0" +version = "0.5.2" authors = ["Jovansonlee Cesar "] description = "Transform your ascii diagrams into happy little SVG" -repository = "https://github.com/ivanceras/svgbobrus" +repository = "https://github.com/ivanceras/svgbob" documentation = "https://docs.rs/svgbob" keywords = ["ascii", "svg", "convert", "bob"] license = "Apache-2.0" [dependencies] -svgbob = { path = "../svgbob", version = "0.5.0-alpha.8" } +svgbob = { path = "../svgbob", version = "0.5" } clap = "2.16" -- cgit v1.2.3